Remove extra import statements.

This commit is contained in:
James Roseborough
2012-09-13 10:34:01 +00:00
parent 88d58a348d
commit 9f3aef6403
2 changed files with 0 additions and 5 deletions

View File

@@ -26,8 +26,6 @@ import org.luaj.vm2.LuaTable;
import org.luaj.vm2.LuaThread;
import org.luaj.vm2.LuaValue;
import org.luaj.vm2.Varargs;
import org.luaj.vm2.lib.jme.JmePlatform;
import org.luaj.vm2.lib.jse.JsePlatform;
/**
* Subclass of {@link LibFunction} which implements the lua standard {@code coroutine}

View File

@@ -27,9 +27,6 @@ import org.luaj.vm2.LuaDouble;
import org.luaj.vm2.LuaTable;
import org.luaj.vm2.LuaValue;
import org.luaj.vm2.Varargs;
import org.luaj.vm2.lib.jme.JmePlatform;
import org.luaj.vm2.lib.jse.JseMathLib;
import org.luaj.vm2.lib.jse.JsePlatform;
/**
* Subclass of {@link LibFunction} which implements the lua standard {@code math}