mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-13 22:01:04 -04:00
fix dumb warning and remove junk file
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user