Skip to content

Commit

Permalink
Make GrammarElement public (#3161) (#3162)
Browse files Browse the repository at this point in the history
(cherry picked from commit 380dd34)

Signed-off-by: Tomoyuki Morita <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 8d277b3 commit d413e89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import lombok.AllArgsConstructor;

@AllArgsConstructor
enum GrammarElement {
public enum GrammarElement {
ALTER_NAMESPACE("ALTER (DATABASE|TABLE|NAMESPACE)"),
ALTER_VIEW("ALTER VIEW"),
CREATE_NAMESPACE("CREATE (DATABASE|TABLE|NAMESPACE)"),
Expand Down

0 comments on commit d413e89

Please sign in to comment.