mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user