Added suppress warning
This commit is contained in:
parent
f54f8b821e
commit
6538d01763
|
@ -139,6 +139,7 @@ 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<?>>();
|
||||
|
|
Loading…
Reference in New Issue