You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2015/05/26 09:55:42 UTC

[2/2] camel git commit: Fixed the CS error of camel-spring-ws

Fixed the CS error of camel-spring-ws


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ef996894
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ef996894
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ef996894

Branch: refs/heads/master
Commit: ef99689428eb264de51c10179da5354ca6287dc0
Parents: d35bb22
Author: Willem Jiang <wi...@gmail.com>
Authored: Tue May 26 15:54:34 2015 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Tue May 26 15:54:34 2015 +0800

----------------------------------------------------------------------
 .../camel/component/spring/ws/SpringWebserviceEndpoint.java      | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ef996894/components/camel-spring-ws/src/main/java/org/apache/camel/component/spring/ws/SpringWebserviceEndpoint.java
----------------------------------------------------------------------
diff --git a/components/camel-spring-ws/src/main/java/org/apache/camel/component/spring/ws/SpringWebserviceEndpoint.java b/components/camel-spring-ws/src/main/java/org/apache/camel/component/spring/ws/SpringWebserviceEndpoint.java
index 741c1ca..fbec7a4 100644
--- a/components/camel-spring-ws/src/main/java/org/apache/camel/component/spring/ws/SpringWebserviceEndpoint.java
+++ b/components/camel-spring-ws/src/main/java/org/apache/camel/component/spring/ws/SpringWebserviceEndpoint.java
@@ -24,7 +24,9 @@ import org.apache.camel.impl.DefaultEndpoint;
 import org.apache.camel.spi.UriEndpoint;
 import org.apache.camel.spi.UriParam;
 
-@UriEndpoint(scheme = "spring-ws", title = "Spring WebService", syntax = "spring-ws:type:lookupKey:webServiceEndpointUri", consumerClass = SpringWebserviceConsumer.class, label = "http,soap,webservice")
+@UriEndpoint(scheme = "spring-ws", title = "Spring WebService",
+syntax = "spring-ws:type:lookupKey:webServiceEndpointUri", 
+consumerClass = SpringWebserviceConsumer.class, label = "http,soap,webservice")
 public class SpringWebserviceEndpoint extends DefaultEndpoint {
 
     @UriParam