davsclaus commented on code in PR #17862: URL: https://github.com/apache/camel/pull/17862#discussion_r2059143466
########## components/camel-smb/src/main/java/org/apache/camel/component/smb/SmbConstants.java: ########## @@ -81,4 +81,5 @@ public class SmbConstants { javaType = "org.apache.camel.component.file.GenericFileExist") @Deprecated public static final String SMB_FILE_EXISTS = "CamelSmbFileExists"; + public static final String SMB_UNC_PATH = "CamelSmbUncPath"; Review Comment: This should also be annotated like the others so tooling would know about it -- 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