Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/metron/pull/1265#discussion_r235049017
--- Diff:
metron-platform/metron-parsers/src/main/java/org/apache/metron/parsers/ParserRunnerImpl.java
---
@@ -87,13 +87,13 @@ public boolean isError() {
protected transient Consumer<ParserRunnerResults> onSuccess;
protected transient Consumer<MetronError> onError;
- private HashSet<String> sensorTypes;
+ private Set<String> sensorTypes;
--- End diff --
I did not intend for this change to be included in this PR. Let me back
this out.
---