mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
RM-2319 Declare parameter key as "final".
This is needed to compile in java 7, but not java 8. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@106532 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -129,7 +129,7 @@ public class ClassificationServiceBootstrap extends AbstractLifecycleBean implem
|
||||
* Gets an ordered list of some attribute persisted in the system.
|
||||
* @return the list of values if they have been persisted, else {@code null}.
|
||||
*/
|
||||
private <T> List<T> getPersistedValues(Serializable[] key)
|
||||
private <T> List<T> getPersistedValues(final Serializable[] key)
|
||||
{
|
||||
return authenticationUtil.runAsSystem(new RunAsWork<List<T>>()
|
||||
{
|
||||
|
Reference in New Issue
Block a user