ravinarayansingh commented on code in PR #10405:
URL: https://github.com/apache/nifi/pull/10405#discussion_r2466993133


##########
nifi-extension-bundles/nifi-extension-utils/nifi-file-transfer/src/main/java/org/apache/nifi/processor/util/file/transfer/FetchFileTransfer.java:
##########
@@ -116,6 +116,21 @@ public abstract class FetchFileTransfer extends 
AbstractProcessor {
         .required(false)
         .build();
 
+    public static final PropertyDescriptor MOVE_CONFLICT_RESOLUTION = new 
PropertyDescriptor.Builder()
+        .name("Move Conflict Resolution")
+        .description(String.format("Determines how to handle filename 
collisions when '%s' is '%s'. " +
+                        "This setting controls behavior when the target file 
exists in the %s.",

Review Comment:
   @exceptionfactory code already has been updated. i do not know why it's not 
showing here 



-- 
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