levilentz commented on a change in pull request #4638:
URL: https://github.com/apache/nifi/pull/4638#discussion_r519516186
##########
File path:
nifi-nar-bundles/nifi-graph-bundle/nifi-graph-processors/src/test/java/org/apache/nifi/processors/graph/util/SimpleEntry.java
##########
@@ -0,0 +1,36 @@
+package org.apache.nifi.processors.graph.util;
+
+import java.util.Map;
+
+final class SimpleEntry<K, V> implements Map.Entry<K, V> {
Review comment:
Yup, was able to use that! Thanks for that suggestion.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]