Removed restriction annotation which is not required with Open JDK
This commit is contained in:
parent
d9205712bb
commit
eb62faa7a9
|
@ -139,7 +139,6 @@ public class ReflectionUtility {
|
||||||
* @throws ClassNotFoundException
|
* @throws ClassNotFoundException
|
||||||
* if something went wrong
|
* if something went wrong
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("restriction")
|
|
||||||
public static List<Class<?>> getClassesForPackage(String pckgname)
|
public static List<Class<?>> getClassesForPackage(String pckgname)
|
||||||
throws ClassNotFoundException {
|
throws ClassNotFoundException {
|
||||||
final List<Class<?>> classes = new ArrayList<Class<?>>();
|
final List<Class<?>> classes = new ArrayList<Class<?>>();
|
||||||
|
|
Loading…
Reference in New Issue