mirror of https://github.com/apache/nifi.git
NIFI-1945 - Corrects minor issue in "<Hash Attribute Name>" description
This closes #481. Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This commit is contained in:
parent
93795bc7ba
commit
bcead3500d
|
@ -57,7 +57,7 @@ import org.apache.nifi.util.ObjectHolder;
|
|||
@CapabilityDescription("Calculates a hash value for the Content of a FlowFile and puts that hash value on the FlowFile as an attribute whose name "
|
||||
+ "is determined by the <Hash Attribute Name> property")
|
||||
@WritesAttribute(attribute = "<Hash Attribute Name>", description = "This Processor adds an attribute whose value is the result of Hashing the "
|
||||
+ "existing FlowFile attributes. The name of this attribute is specified by the <Hash Attribute Name> property")
|
||||
+ "existing FlowFile content. The name of this attribute is specified by the <Hash Attribute Name> property")
|
||||
public class HashContent extends AbstractProcessor {
|
||||
|
||||
public static final PropertyDescriptor ATTRIBUTE_NAME = new PropertyDescriptor.Builder()
|
||||
|
|
Loading…
Reference in New Issue