From 028e03e4bcd1b18cec6a1eb1c10d67e8a9bf57e3 Mon Sep 17 00:00:00 2001 From: Enyby Date: Sun, 16 Sep 2018 18:49:26 +0300 Subject: [PATCH] Avoid synthetic methods --- src/core/org/luaj/vm2/compiler/LuaC.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/org/luaj/vm2/compiler/LuaC.java b/src/core/org/luaj/vm2/compiler/LuaC.java index 8e05ed6c..1e53636d 100644 --- a/src/core/org/luaj/vm2/compiler/LuaC.java +++ b/src/core/org/luaj/vm2/compiler/LuaC.java @@ -117,7 +117,7 @@ public class LuaC extends Constants implements Globals.Compiler, Globals.Loader protected CompileState() {} /** Parse the input */ - private Prototype luaY_parser(InputStream z, String name) throws IOException{ + Prototype luaY_parser(InputStream z, String name) throws IOException{ LexState lexstate = new LexState(this, z); FuncState funcstate = new FuncState(); // lexstate.buff = buff;