Skip to content

Commit

Permalink
Fix bypass relationship name
Browse files Browse the repository at this point in the history
  • Loading branch information
cavemandaveman committed Jun 28, 2018
1 parent 53f30d8 commit c9d6642
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class EncryptValueRelationships {
.build();

public static final Relationship REL_BYPASS = new Relationship.Builder()
.name("failure")
.name("bypass")
.description("FlowFiles with a null 'Field Names' property will not be processed and sent to this relationship")
.build();
}
Binary file not shown.

0 comments on commit c9d6642

Please sign in to comment.