Skip to content

Commit afa550b

Browse files
nathan.xugavinking
authored andcommitted
HHH-18807 Fix a bug in HqlLexer.g4
1 parent 0378e59 commit afa550b

File tree

1 file changed

+1
-1
lines changed
  • hibernate-core/src/main/antlr/org/hibernate/grammars/hql

1 file changed

+1
-1
lines changed

hibernate-core/src/main/antlr/org/hibernate/grammars/hql/HqlLexer.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ SET : [sS] [eE] [tT];
307307
SIZE : [sS] [iI] [zZ] [eE];
308308
SOME : [sS] [oO] [mM] [eE];
309309
SUBSTRING : [sS] [uU] [bB] [sS] [tT] [rR] [iI] [nN] [gG];
310-
SUM : [sS] [uM] [mM];
310+
SUM : [sS] [uU] [mM];
311311
THEN : [tT] [hH] [eE] [nN];
312312
TIES : [tT] [iI] [eE] [sS];
313313
TIME : [tT] [iI] [mM] [eE];

0 commit comments

Comments
 (0)