Fixed gradle complaining about absolutely nothing
This commit is contained in:
@@ -12,7 +12,6 @@ import com.android.dx.merge.*;
|
|||||||
import dalvik.system.*;
|
import dalvik.system.*;
|
||||||
import io.anuke.arc.*;
|
import io.anuke.arc.*;
|
||||||
import io.anuke.arc.backends.android.surfaceview.*;
|
import io.anuke.arc.backends.android.surfaceview.*;
|
||||||
import io.anuke.mindustry.AndroidRhinoContext.BaseAndroidClassLoader.*;
|
|
||||||
import org.mozilla.javascript.*;
|
import org.mozilla.javascript.*;
|
||||||
|
|
||||||
import java.io.*;
|
import java.io.*;
|
||||||
@@ -149,6 +148,8 @@ public class AndroidRhinoContext{
|
|||||||
}
|
}
|
||||||
return loadedClass;
|
return loadedClass;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/** Might be thrown in any Rhino method that loads bytecode if the loading failed. */
|
/** Might be thrown in any Rhino method that loads bytecode if the loading failed. */
|
||||||
public static class FatalLoadingException extends RuntimeException{
|
public static class FatalLoadingException extends RuntimeException{
|
||||||
@@ -221,5 +222,4 @@ public class AndroidRhinoContext{
|
|||||||
last = null;
|
last = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user