Undeprecate Lua class

This commit is contained in:
James Roseborough
2010-08-10 17:46:06 +00:00
parent 106a8cd8ba
commit 28a6ad6bca
3 changed files with 0 additions and 6 deletions

View File

@@ -24,7 +24,6 @@ package org.luaj.vm2;
/**
* Constants for lua limits and opcodes
* @deprecated these will all move to LuaC or LoadState or DumpState
*/
public class Lua {
/** version is supplied by ant build task */

View File

@@ -21,8 +21,6 @@
******************************************************************************/
package org.luaj.vm2;
import java.util.Hashtable;
import org.luaj.vm2.lib.MathLib;
public class LuaDouble extends LuaNumber {

View File

@@ -21,8 +21,6 @@
******************************************************************************/
package org.luaj.vm2;
import java.util.Vector;
import org.luaj.vm2.lib.DebugLib;
/**
@@ -35,7 +33,6 @@ import org.luaj.vm2.lib.DebugLib;
public class LuaError extends RuntimeException {
private static final long serialVersionUID = 1L;
private LuaValue msgvalue = null;
private String traceback;
/** Run the error hook if there is one */