fix dumb warning and remove junk file

This commit is contained in:
DarthArgus
2016-12-16 18:12:05 +00:00
parent d8c73b5927
commit 616c4b9921
2 changed files with 1 additions and 1657523 deletions
@@ -328,7 +328,7 @@ public class script_class_loader extends ClassLoader
// initialize the NO_METHOD object
try
{
NO_METHOD = NO_OBJECT.getClass().getMethod("hashCode", null);
NO_METHOD = NO_OBJECT.getClass().getMethod("hashCode", (Class<?>[]) null);
}
catch( NoSuchMethodException err )
{