Update MiscTools.java

This commit is contained in:
A. L. Vivar 2016-10-03 13:31:45 +02:00 committed by GitHub
parent 080da5d291
commit 88abc01935

View File

@ -437,6 +437,8 @@ public final class MiscTools {
} catch (SecurityException | IllegalArgumentException | NoSuchMethodException ex) {
getLogger(MiscTools.class.getName()).log(Level.SEVERE, null, ex);
System.out.println("REFLECTION METHOD NOT FOUND -> "+method_name+"#"+obj.getClass().toString()+"#"+String.valueOf(params.length));
}
return ret;