Fix Checkstyle issues

Signed-off-by: Gregor Zurowski <gre...@zurowski.org>

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

Branch: refs/heads/camel-2.16.x
Commit: a4b219e08a455be60c037b177b5e16b428aa5458
Parents: 54a0357
Author: Gregor Zurowski <gre...@zurowski.org>
Authored: Sun Sep 18 16:42:47 2016 +0200
Committer: Gregor Zurowski <gre...@zurowski.org>
Committed: Sun Sep 18 16:42:47 2016 +0200

----------------------------------------------------------------------
 .../CxfPayloadConsumerDuplicateNamespaceStreamCacheTest.java   | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a4b219e0/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfPayloadConsumerDuplicateNamespaceStreamCacheTest.java
----------------------------------------------------------------------
diff --git 
a/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfPayloadConsumerDuplicateNamespaceStreamCacheTest.java
 
b/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfPayloadConsumerDuplicateNamespaceStreamCacheTest.java
index 3e258c8..c55ec75 100644
--- 
a/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfPayloadConsumerDuplicateNamespaceStreamCacheTest.java
+++ 
b/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfPayloadConsumerDuplicateNamespaceStreamCacheTest.java
@@ -24,8 +24,10 @@ public class 
CxfPayloadConsumerDuplicateNamespaceStreamCacheTest extends CxfPayl
      * payload. If this is set another time from the envelope, the result will
      * be an invalid XML.
      */
-    protected static final String REQUEST_MESSAGE = "<soap:Envelope 
xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\"; 
xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"; 
xmlns:xs=\"http://www.w3.org/2001/XMLSchema\";>"
-        + "<soap:Body><ns2:getToken 
xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\"; 
xmlns:ns2=\"http://camel.apache.org/cxf/namespace\";><arg0 
xsi:type=\"xs:string\">Send</arg0></ns2:getToken></soap:Body></soap:Envelope>";
+    protected static final String REQUEST_MESSAGE = "<soap:Envelope 
xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\"";
+            + " xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"; 
xmlns:xs=\"http://www.w3.org/2001/XMLSchema\";>"
+            + "<soap:Body><ns2:getToken 
xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\"; 
xmlns:ns2=\"http://camel.apache.org/cxf/namespace\";>"
+            + "<arg0 
xsi:type=\"xs:string\">Send</arg0></ns2:getToken></soap:Body></soap:Envelope>";
 
     @Test
     public void testInvokeRouter() {

Reply via email to