You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2013/09/15 18:40:29 UTC

git commit: fixed CS error

Updated Branches:
  refs/heads/camel-2.11.x ce19353f1 -> 4f5537764


fixed CS error


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

Branch: refs/heads/camel-2.11.x
Commit: 4f553776480bbffe06a5ede1940e265fac2b39f6
Parents: ce19353
Author: cmueller <cm...@apache.org>
Authored: Sun Sep 15 18:40:21 2013 +0200
Committer: cmueller <cm...@apache.org>
Committed: Sun Sep 15 18:40:21 2013 +0200

----------------------------------------------------------------------
 .../cxf/interceptors/CxfMessageSoapHeaderOutInterceptor.java      | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4f553776/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/interceptors/CxfMessageSoapHeaderOutInterceptor.java
----------------------------------------------------------------------
diff --git a/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/interceptors/CxfMessageSoapHeaderOutInterceptor.java b/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/interceptors/CxfMessageSoapHeaderOutInterceptor.java
index d1b7874..dc45e24 100644
--- a/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/interceptors/CxfMessageSoapHeaderOutInterceptor.java
+++ b/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/interceptors/CxfMessageSoapHeaderOutInterceptor.java
@@ -16,6 +16,7 @@
  */
 package org.apache.camel.component.cxf.interceptors;
 
+import javax.xml.soap.SOAPMessage;
 
 import org.apache.cxf.binding.soap.SoapMessage;
 import org.apache.cxf.binding.soap.saaj.SAAJOutInterceptor;
@@ -23,8 +24,6 @@ import org.apache.cxf.phase.AbstractPhaseInterceptor;
 import org.apache.cxf.phase.Phase;
 
 
-import javax.xml.soap.SOAPMessage;
-
 public class CxfMessageSoapHeaderOutInterceptor extends AbstractPhaseInterceptor<SoapMessage> {
 
     public CxfMessageSoapHeaderOutInterceptor() {