diff --git a/src/main/java/org/gcube/vremanagement/executor/utils/ReflectionUtility.java b/src/main/java/org/gcube/vremanagement/executor/utils/ReflectionUtility.java index 2e330fb..552b924 100644 --- a/src/main/java/org/gcube/vremanagement/executor/utils/ReflectionUtility.java +++ b/src/main/java/org/gcube/vremanagement/executor/utils/ReflectionUtility.java @@ -139,7 +139,6 @@ public class ReflectionUtility { * @throws ClassNotFoundException * if something went wrong */ - @SuppressWarnings("restriction") public static List> getClassesForPackage(String pckgname) throws ClassNotFoundException { final List> classes = new ArrayList>();