Skip to content

Commit

Permalink
Issue jakartaee#458 review comment from Gavin pointing out change nee…
Browse files Browse the repository at this point in the history
…ded to grammar
  • Loading branch information
njr-11 committed Mar 25, 2024
1 parent 75b13f0 commit 42b281b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/antlr/JDQL.g4
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ state_field_path_expression : IDENTIFIER ('.' IDENTIFIER)*;

entity_name : IDENTIFIER; // no ambiguity

enum_literal : IDENTIFIER; // ambiguity with state_field_path_expression resolvable semantically
enum_literal : IDENTIFIER ('.' IDENTIFIER)*; // ambiguity with state_field_path_expression resolvable semantically

input_parameter : ':' IDENTIFIER | '?' INTEGER;

Expand Down

0 comments on commit 42b281b

Please sign in to comment.