Undeprecate Lua class
This commit is contained in:
@@ -24,7 +24,6 @@ package org.luaj.vm2;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Constants for lua limits and opcodes
|
* Constants for lua limits and opcodes
|
||||||
* @deprecated these will all move to LuaC or LoadState or DumpState
|
|
||||||
*/
|
*/
|
||||||
public class Lua {
|
public class Lua {
|
||||||
/** version is supplied by ant build task */
|
/** version is supplied by ant build task */
|
||||||
|
|||||||
@@ -21,8 +21,6 @@
|
|||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.luaj.vm2;
|
package org.luaj.vm2;
|
||||||
|
|
||||||
import java.util.Hashtable;
|
|
||||||
|
|
||||||
import org.luaj.vm2.lib.MathLib;
|
import org.luaj.vm2.lib.MathLib;
|
||||||
|
|
||||||
public class LuaDouble extends LuaNumber {
|
public class LuaDouble extends LuaNumber {
|
||||||
|
|||||||
@@ -21,8 +21,6 @@
|
|||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
package org.luaj.vm2;
|
package org.luaj.vm2;
|
||||||
|
|
||||||
import java.util.Vector;
|
|
||||||
|
|
||||||
import org.luaj.vm2.lib.DebugLib;
|
import org.luaj.vm2.lib.DebugLib;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -35,7 +33,6 @@ import org.luaj.vm2.lib.DebugLib;
|
|||||||
public class LuaError extends RuntimeException {
|
public class LuaError extends RuntimeException {
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
private LuaValue msgvalue = null;
|
|
||||||
private String traceback;
|
private String traceback;
|
||||||
|
|
||||||
/** Run the error hook if there is one */
|
/** Run the error hook if there is one */
|
||||||
|
|||||||
Reference in New Issue
Block a user