mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-05-29 21:10:18 +02:00
Update MiscTools.java
This commit is contained in:
parent
080da5d291
commit
88abc01935
@ -437,6 +437,8 @@ public final class MiscTools {
|
|||||||
|
|
||||||
} catch (SecurityException | IllegalArgumentException | NoSuchMethodException ex) {
|
} catch (SecurityException | IllegalArgumentException | NoSuchMethodException ex) {
|
||||||
getLogger(MiscTools.class.getName()).log(Level.SEVERE, null, 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;
|
return ret;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user