DATACMNS-1224 - Polishing of nullability annotations.
Refactored code to properly check for null fields in Eclipse. Added warning suppressions where suitable.
This commit is contained in:
@@ -262,7 +262,7 @@ public class NullableUtils {
|
||||
.collect(Collectors.toSet());
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
@SuppressWarnings({ "unchecked", "rawtypes" })
|
||||
private static <T> Optional<Class<T>> findClass(String className) {
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user