Github user mattyb149 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1692#discussion_r114403359
--- Diff:
nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/src/main/java/org/apache/nifi/processors/cybersecurity/FuzzyHashContent.java
---
@@ -73,31 +70,14 @@
"evaluations in memory. Accordingly, it is important to consider
the anticipated profile of content being " +
"evaluated by this processor and the hardware supporting it
especially when working against large files.")
-@SeeAlso({HashContent.class})
+@SeeAlso({HashContent.class, CompareFuzzyHash.class})
@ReadsAttributes({@ReadsAttribute(attribute="", description="")})
--- End diff --
This one's empty, will remove before merge
---
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.
---