claudio4j commented on code in PR #22281:
URL: https://github.com/apache/camel/pull/22281#discussion_r2996461817
##########
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:
refactored to don't touch the implementation and set as deprecated.
--
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]