mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
SEARCH-2202 Declare constants final.
This commit is contained in:
+5
-5
@@ -32,9 +32,9 @@ public class CacheConstants
|
||||
// public static String ALFRESCO_READER_TO_ACL_IDS_CACHE = "alfrescoReaderToAclIdsCache";
|
||||
// public static String ALFRESCO_DENY_TO_ACL_IDS_CACHE = "alfrescoDenyToAclIdsCache";
|
||||
|
||||
public static String ALFRESCO_AUTHORITY_CACHE = "alfrescoAuthorityCache";
|
||||
public static String ALFRESCO_OWNERLOOKUP_CACHE = "alfrescoOwnerCache";
|
||||
public static String ALFRESCO_READER_CACHE = "alfrescoReaderCache";
|
||||
public static String ALFRESCO_DENIED_CACHE = "alfrescoDeniedCache";
|
||||
public static String ALFRESCO_PATH_CACHE = "alfrescoPathCache";
|
||||
public final static String ALFRESCO_AUTHORITY_CACHE = "alfrescoAuthorityCache";
|
||||
public final static String ALFRESCO_OWNERLOOKUP_CACHE = "alfrescoOwnerCache";
|
||||
public final static String ALFRESCO_READER_CACHE = "alfrescoReaderCache";
|
||||
public final static String ALFRESCO_DENIED_CACHE = "alfrescoDeniedCache";
|
||||
public final static String ALFRESCO_PATH_CACHE = "alfrescoPathCache";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user