klease commented on code in PR #11534: URL: https://github.com/apache/camel/pull/11534#discussion_r1336394695
########## catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd: ########## @@ -9382,7 +9382,7 @@ The line separator of the files The default value is to use the JVM platform lin <xs:annotation> <xs:documentation xml:lang="en"> <![CDATA[ -The normalized line separator of the files The default value is a new line character. Default value: \n +The normalized line separator of the files The default value is a new line character. Default value: Review Comment: Yes, true; we could do this: text += " Default value: " + defaultValueText.toString().replace("\n", "\\n"); -- 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