This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 1c883adca8 NIFI-11275 Removed HashContent from See Also in 
FuzzyHashContent
1c883adca8 is described below

commit 1c883adca8d0ecc5bccfd522a106e3a76180ac33
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Mar 13 09:52:56 2023 -0500

    NIFI-11275 Removed HashContent from See Also in FuzzyHashContent
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #7037.
---
 .../java/org/apache/nifi/processors/cybersecurity/FuzzyHashContent.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/src/main/java/org/apache/nifi/processors/cybersecurity/FuzzyHashContent.java
 
b/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/src/main/java/org/apache/nifi/processors/cybersecurity/FuzzyHashContent.java
index 78ed94fde1..fc117eb9d1 100644
--- 
a/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/src/main/java/org/apache/nifi/processors/cybersecurity/FuzzyHashContent.java
+++ 
b/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/src/main/java/org/apache/nifi/processors/cybersecurity/FuzzyHashContent.java
@@ -67,7 +67,7 @@ import java.util.concurrent.atomic.AtomicReference;
         "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(classNames = {"org.apache.nifi.processors.standard.HashContent"}, 
value = {CompareFuzzyHash.class})
+@SeeAlso(value = {CompareFuzzyHash.class})
 @WritesAttributes({@WritesAttribute(attribute = "<Hash Attribute Name>", 
description = "This Processor adds an attribute whose value is the result of 
Hashing the "
         + "existing FlowFile content. The name of this attribute is specified 
by the <Hash Attribute Name> property")})
 

Reply via email to