Github user ottobackwards commented on a diff in the pull request:
https://github.com/apache/metron/pull/606#discussion_r119838139
--- Diff:
metron-platform/metron-common/src/main/java/org/apache/metron/common/stellar/BaseStellarProcessor.java
---
@@ -163,7 +164,14 @@ public T parse(final String rule, final
VariableResolver variableResolver, final
lexer.removeErrorListeners();
lexer.addErrorListener(new ErrorListener());
TokenStream tokens = new CommonTokenStream(lexer);
- StellarParser parser = new StellarParser(tokens);
+ StellarParser parser = new StellarParser(tokens) {
--- End diff --
What is going on here?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---