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


##########
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, "");
         // ensure the option name starts with lower-case
         return Character.toLowerCase(text.charAt(0)) + text.substring(1);

Review Comment:
   Can you clarify where is the uppercase happening and why it is cancelling it 
out?



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