davsclaus commented on code in PR #14374:
URL: https://github.com/apache/camel/pull/14374#discussion_r1626937016


##########
components/camel-smb/src/main/java/org/apache/camel/component/smb/SmbConfiguration.java:
##########
@@ -29,7 +29,7 @@ public class SmbConfiguration {
     protected static final int DEFAULT_IDEMPOTENT_CACHE_SIZE = 1000;
 
     @Metadata(required = true)
-    @UriParam(description = "The path, within the share, to consume the files 
from")
+    @UriParam(defaultValue="", description = "The path, within the share, to 
consume the files from")

Review Comment:
   Remove empty default value



-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to