apupier commented on code in PR #22281:
URL: https://github.com/apache/camel/pull/22281#discussion_r2996047380


##########
tooling/camel-tooling-model/src/main/java/org/apache/camel/tooling/model/BaseOptionModel.java:
##########
@@ -344,7 +344,7 @@ public String getShortDefaultValue(int watermark) {
     }
 
     public String getShortName(int watermark) {
-        String text = Strings.wrapCamelCaseWords(name, watermark, "{zwsp}");
+        String text = Strings.wrapCamelCaseWords(name, watermark, "");

Review Comment:
   as mentioned in the other comment the Ai bot, if we use empty string, i 
understand that this is a no-op. As we place an empty string after each 
"watermark"



##########
tooling/camel-tooling-model/src/main/java/org/apache/camel/tooling/model/BaseOptionModel.java:
##########
@@ -344,7 +344,7 @@ public String getShortDefaultValue(int watermark) {
     }
 
     public String getShortName(int watermark) {
-        String text = Strings.wrapCamelCaseWords(name, watermark, "{zwsp}");
+        String text = Strings.wrapCamelCaseWords(name, watermark, "");

Review Comment:
   as mentioned in the other comment the Ai bot, if we use empty string, i 
understand also that this is a no-op. As we place an empty string after each 
"watermark"



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