corrected discription

Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/bdc1ef1f
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/bdc1ef1f
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/bdc1ef1f

Branch: refs/heads/master
Commit: bdc1ef1f8c3b7be2c76fa08e30ad6acd78c072ec
Parents: b921bf6
Author: mans2singh <[email protected]>
Authored: Wed Feb 17 21:36:53 2016 -0800
Committer: mans2singh <[email protected]>
Committed: Wed Feb 17 21:36:53 2016 -0800

----------------------------------------------------------------------
 .../org/apache/nifi/processors/aws/AbstractAWSProcessor.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/bdc1ef1f/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/AbstractAWSProcessor.java
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/AbstractAWSProcessor.java
 
b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/AbstractAWSProcessor.java
index 398a39f..32bdc63 100644
--- 
a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/AbstractAWSProcessor.java
+++ 
b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/AbstractAWSProcessor.java
@@ -64,9 +64,9 @@ import com.amazonaws.regions.Regions;
 public abstract class AbstractAWSProcessor<ClientType extends 
AmazonWebServiceClient> extends AbstractProcessor {
 
     public static final Relationship REL_SUCCESS = new 
Relationship.Builder().name("success")
-            .description("FlowFiles are routed to success after being 
successfully copied to Amazon S3").build();
+            .description("FlowFiles are routed to success 
relationship").build();
     public static final Relationship REL_FAILURE = new 
Relationship.Builder().name("failure")
-            .description("FlowFiles are routed to failure if unable to be 
copied to Amazon S3").build();
+            .description("FlowFiles are routed to failure 
relationship").build();
 
     public static final Set<Relationship> relationships = 
Collections.unmodifiableSet(
             new HashSet<>(Arrays.asList(REL_SUCCESS, REL_FAILURE)));

Reply via email to