Skip to content

Commit 56497af

Browse files
committed
1 parent 7b2b0f6 commit 56497af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ options{
2626
DEBUG_PARSER=false;
2727
DEBUG_LOOKAHEAD=false;
2828
DEBUG_TOKEN_MANAGER=false;
29-
CACHE_TOKENS=true;
29+
CACHE_TOKENS=false;
3030
// FORCE_LA_CHECK=true;
3131
UNICODE_INPUT=true;
32-
// JAVA_TEMPLATE_TYPE = "modern";
32+
JAVA_TEMPLATE_TYPE = "classic";
3333
JDK_VERSION = "1.6";
3434
}
3535

0 commit comments

Comments
 (0)