RM-6836 adding the severe and serious sonar fixes

(cherry picked from commit 747280acdf)
This commit is contained in:
Ross Gale
2019-05-07 19:23:11 +03:00
committed by cagache
parent b75785d6c6
commit abaf8af097
13 changed files with 100 additions and 2 deletions

View File

@@ -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;