This commit is contained in:
neoe 2018-03-22 12:58:47 +08:00
parent a665343858
commit f2ef6cae6a
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ public class LuaTokens {
}
}
List<String> longOperaters = Arrays.asList(new String[] { "<=", ">=", "==", "~=", "//", ">>", "<<" });
final static List<String> longOperaters = Arrays.asList(new String[] { "<=", ">=", "==", "~=", "//", ">>", "<<" });
// private boolean isOp1(char c) {
// return "[]{}()".indexOf(c) >= 0;