Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor AccumuloSyntaxParserConstants class so it is not an interface #2739

Open
lbschanno opened this issue Feb 6, 2025 · 0 comments · May be fixed by #2740
Open

Refactor AccumuloSyntaxParserConstants class so it is not an interface #2739

lbschanno opened this issue Feb 6, 2025 · 0 comments · May be fixed by #2740
Assignees

Comments

@lbschanno
Copy link
Collaborator

Refactor AccumuloSyntaxParserConstants so that it is not an interface, but rather a final, uninstantiable class with defined constants.

@lbschanno lbschanno self-assigned this Feb 6, 2025
lbschanno added a commit that referenced this issue Feb 6, 2025
Refactor AccumuloSyntaxParserConstants so that it is not an interface
that consists solely of constants, but is rather a final, uninstantiable
class with constants. While not strictly an issue, it is odd for
AccumuloSyntaxParser and AccumuloSyntaxParserTokenManager to both be
considered implementations of AccumuloSyntaxParserConstants.

Closes #2739
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant