mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-6836 adding the severe and serious sonar fixes
This commit is contained in:
@@ -72,7 +72,7 @@ public enum SortDirection
|
||||
|
||||
if (sortDirection == null)
|
||||
{
|
||||
throw new AlfrescoRuntimeException("Sort direction '" + sortDirection +"' unknown.");
|
||||
throw new AlfrescoRuntimeException("Sort direction unknown.");
|
||||
}
|
||||
|
||||
return sortDirection;
|
||||
|
Reference in New Issue
Block a user