Merge Sabre4 to HEAD

110900: Making public because they are part of the AlfrescoPublicApi RA-553


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@111194 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gethin James
2015-09-01 13:05:53 +00:00
parent 271b69f350
commit 43416b6f11
4 changed files with 8 additions and 4 deletions

View File

@@ -38,7 +38,8 @@ import org.apache.commons.logging.LogFactory;
* @param <B> the type of Binding
* @param <P> the type of Policy
*/
/*package*/ @AlfrescoPublicApi class CachedPolicyFactory<B extends BehaviourBinding, P extends Policy> extends PolicyFactory<B, P>
@AlfrescoPublicApi
public class CachedPolicyFactory<B extends BehaviourBinding, P extends Policy> extends PolicyFactory<B, P>
{
// Logger
private static final Log logger = LogFactory.getLog(PolicyComponentImpl.class);