mirror of
https://bitbucket.org/theswgsource/dsrc-1.2.git
synced 2026-07-14 00:01:32 -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