fix dumb warning and remove junk file

This commit is contained in:
DarthArgus
2018-03-23 15:45:19 -07:00
committed by CekisSWG
parent 91afaff05f
commit 96558529eb
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 )
{