Sonar issues fixed
Signed-off-by: Dominic Schabel <dominic.schabel@bosch-si.com>
This commit is contained in:
@@ -35,7 +35,7 @@ public enum SortDirection {
|
||||
public static SortDirection getByName(final String name) {
|
||||
try {
|
||||
return valueOf(name.toUpperCase());
|
||||
} catch (final IllegalArgumentException ex) {// NOSONAR
|
||||
} catch (final IllegalArgumentException ex) {
|
||||
throw new SortParameterUnsupportedDirectionException();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user