RM-6836 adding the severe and serious sonar fixes

This commit is contained in:
Ross Gale
2019-05-07 17:23:11 +01:00
parent 507abdecad
commit 747280acdf
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;