Skip to content

Commit 8d4f25c

Browse files
committed
jdk 1.7
1 parent 1d532c3 commit 8d4f25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ options{
3030
// FORCE_LA_CHECK=true;
3131
UNICODE_INPUT=true;
3232
JAVA_TEMPLATE_TYPE = "modern";
33-
JDK_VERSION = "1.6";
33+
JDK_VERSION = "1.7";
3434
TOKEN_EXTENDS ="BaseToken";
3535
COMMON_TOKEN_ACTION=true;
3636
LEGACY_EXCEPTION_HANDLING = false;

0 commit comments

Comments
 (0)