This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new feefa65 Fix typo ibraries -> libraries feefa65 is described below commit feefa651dcafa525e0deb8dbd61673623bdf58c1 Author: Aurélien Pupier <apup...@redhat.com> AuthorDate: Fri Feb 5 09:51:56 2021 +0100 Fix typo ibraries -> libraries --- .../src/main/docs/camel-restdsl-swagger-plugin.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/maven/camel-restdsl-swagger-plugin/src/main/docs/camel-restdsl-swagger-plugin.adoc b/tooling/maven/camel-restdsl-swagger-plugin/src/main/docs/camel-restdsl-swagger-plugin.adoc index 0fec22c..addea6c 100644 --- a/tooling/maven/camel-restdsl-swagger-plugin/src/main/docs/camel-restdsl-swagger-plugin.adoc +++ b/tooling/maven/camel-restdsl-swagger-plugin/src/main/docs/camel-restdsl-swagger-plugin.adoc @@ -115,7 +115,7 @@ The plugin supports the following *additional* options | `modelPackage` | `io.swagger.client.model` | The package to use for generated model objects/classes | `modelNamePrefix` | | Sets the pre- or suffix for model classes and enums | `modelNameSuffix` | | Sets the pre- or suffix for model classes and enums -| `modelWithXml` | true | Enable XML annotations inside the generated models (only works with ibraries that provide support for JSON and XML) +| `modelWithXml` | true | Enable XML annotations inside the generated models (only works with libraries that provide support for JSON and XML) |========================================