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:
Andre F de Miranda 2016-06-01 00:37:12 +10:00 committed by Pierre Villard
parent 93795bc7ba
commit bcead3500d
1 changed files with 1 additions and 1 deletions

View File

@ -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()