Repository: camel Updated Branches: refs/heads/master df3777f09 -> 37c1b6617
Fix typos in camel-cxf jax-rs xml comments Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/37c1b661 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/37c1b661 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/37c1b661 Branch: refs/heads/master Commit: 37c1b6617de634b56d286f357135baf4593af64c Parents: df3777f Author: Tadayoshi Sato <sato.tadayo...@gmail.com> Authored: Fri Oct 7 22:44:11 2016 +0900 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Oct 7 11:10:20 2016 -0500 ---------------------------------------------------------------------- .../org/apache/camel/component/cxf/jaxrs/CxfRsSpringRouter.xml | 2 +- .../apache/camel/component/cxf/jaxrs/JettyCxfRsSpringRouter.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/37c1b661/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/jaxrs/CxfRsSpringRouter.xml ---------------------------------------------------------------------- diff --git a/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/jaxrs/CxfRsSpringRouter.xml b/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/jaxrs/CxfRsSpringRouter.xml index 52d9d7f..f266056 100644 --- a/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/jaxrs/CxfRsSpringRouter.xml +++ b/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/jaxrs/CxfRsSpringRouter.xml @@ -51,7 +51,7 @@ </cxf:providers> </cxf:rsServer> - <!-- Defined the client endpoint to create the cxf-rs consumer --> + <!-- Defined the client endpoint to create the cxf-rs producer --> <cxf:rsClient id="rsClient" address="http://localhost:${CXFTestSupport.port2}/CxfRsRouterTest/rest" serviceClass="org.apache.camel.component.cxf.jaxrs.testbean.CustomerService" loggingFeatureEnabled="true" skipFaultLogging="true"> http://git-wip-us.apache.org/repos/asf/camel/blob/37c1b661/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/jaxrs/JettyCxfRsSpringRouter.xml ---------------------------------------------------------------------- diff --git a/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/jaxrs/JettyCxfRsSpringRouter.xml b/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/jaxrs/JettyCxfRsSpringRouter.xml index 0a2adce..691e999 100644 --- a/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/jaxrs/JettyCxfRsSpringRouter.xml +++ b/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/jaxrs/JettyCxfRsSpringRouter.xml @@ -42,7 +42,7 @@ <bean id="customerService" class="org.apache.camel.component.cxf.jaxrs.testbean.CustomerService" /> - <!-- Defined the client endpoint to create the cxf-rs consumer --> + <!-- Defined the client endpoint to create the cxf-rs producer --> <cxf:rsClient id="rsClient" address="http://localhost:${CXFTestSupport.port2}/JettyCxfRsRouterTest/rest" serviceClass="org.apache.camel.component.cxf.jaxrs.testbean.CustomerService" loggingFeatureEnabled="true" skipFaultLogging="true"/>