From d734c26f275784162702dae5f69a35d8c76361dc Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 8 Oct 2020 12:31:13 +0200 Subject: [PATCH] Suppressed warning --- .../java/org/gcube/documentstore/records/ReflectionUtility.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/gcube/documentstore/records/ReflectionUtility.java b/src/main/java/org/gcube/documentstore/records/ReflectionUtility.java index 7c80a92..11830af 100644 --- a/src/main/java/org/gcube/documentstore/records/ReflectionUtility.java +++ b/src/main/java/org/gcube/documentstore/records/ReflectionUtility.java @@ -137,6 +137,7 @@ public class ReflectionUtility { * @throws ClassNotFoundException * if something went wrong */ + @SuppressWarnings("restriction") public static List> getClassesForPackage(String pckgname) throws ClassNotFoundException {