exceptionfactory commented on code in PR #10828:
URL: https://github.com/apache/nifi/pull/10828#discussion_r2743753610


##########
nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/src/main/java/org/apache/nifi/processors/compress/ModifyCompression.java:
##########
@@ -136,21 +146,21 @@ public class ModifyCompression extends AbstractProcessor {
             .defaultValue(FilenameStrategy.UPDATED)
             .build();
 
-    public static final Relationship REL_SUCCESS = new Relationship.Builder()
-            .name("success")
-            .description("FlowFiles will be transferred to the success 
relationship on compression modification success")
-            .build();
-
-    public static final Relationship REL_FAILURE = new Relationship.Builder()
-            .name("failure")
-            .description("FlowFiles will be transferred to the failure 
relationship on compression modification errors")
+    public static final PropertyDescriptor UNKNOWN_MIME_TYPE_ROUTING = new 
PropertyDescriptor.Builder()
+            .name("Unknown MIME Type Routing")
+            .description("The relationship to send the flowfile to when the 
MIME type is unknown.")

Review Comment:
   Thanks, good catch, yes!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to