From b387ad97f047d0ab10d4028cb7edf879b95d8b52 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 14 Oct 2020 14:56:31 +0200 Subject: [PATCH] Removed uneeded suppress warning --- .../gcube/vremanagement/executor/utils/ReflectionUtility.java | 1 - 1 file changed, 1 deletion(-) 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>();