From e9a37916edf9f7eab9127f0bcf1c370691399350 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 14 Oct 2020 16:23:42 +0200 Subject: [PATCH] Removed suppress warning annotation --- .../informationsystem/utils/discovery/ReflectionUtility.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/gcube/informationsystem/utils/discovery/ReflectionUtility.java b/src/main/java/org/gcube/informationsystem/utils/discovery/ReflectionUtility.java index c5fece7..86153f9 100644 --- a/src/main/java/org/gcube/informationsystem/utils/discovery/ReflectionUtility.java +++ b/src/main/java/org/gcube/informationsystem/utils/discovery/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>();