Removed uneeded suppress warning

This commit is contained in:
Luca Frosini 2020-10-14 14:56:31 +02:00
parent e1d26c749f
commit b387ad97f0
1 changed files with 0 additions and 1 deletions

View File

@ -139,7 +139,6 @@ public class ReflectionUtility {
* @throws ClassNotFoundException
* if something went wrong
*/
@SuppressWarnings("restriction")
public static List<Class<?>> getClassesForPackage(String pckgname)
throws ClassNotFoundException {
final List<Class<?>> classes = new ArrayList<Class<?>>();