This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch xmlio in repository https://gitbox.apache.org/repos/asf/camel.git
commit f86225a260dc8e852eb2e7cbc358f2bce2bc7986 Author: Claus Ibsen <[email protected]> AuthorDate: Wed May 14 16:34:23 2025 +0200 CAMEL-22064: camel-xml-io - Generate XSD schema --- dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc b/dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc index ebac9417f52..a5d1697e32f 100644 --- a/dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc +++ b/dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc @@ -291,7 +291,7 @@ You then have to declare those methods in XML DSL as follows: ---- The init and destroy methods are optional, so a bean does not have to have both, -for example you may only have destroy methods. +for example you may only have a destroy methods. == See Also
