Fix compile failure

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

Branch: refs/heads/2.6.x-fixes
Commit: af090cbd476c5e74f356b9d685e8de14ca8c236a
Parents: 2ea66ea
Author: Daniel Kulp <[email protected]>
Authored: Fri Apr 4 12:09:07 2014 -0400
Committer: Daniel Kulp <[email protected]>
Committed: Fri Apr 4 12:09:07 2014 -0400

----------------------------------------------------------------------
 .../java/org/apache/cxf/transport/http/AbstractHTTPDestination.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/af090cbd/rt/transports/http/src/main/java/org/apache/cxf/transport/http/AbstractHTTPDestination.java
----------------------------------------------------------------------
diff --git 
a/rt/transports/http/src/main/java/org/apache/cxf/transport/http/AbstractHTTPDestination.java
 
b/rt/transports/http/src/main/java/org/apache/cxf/transport/http/AbstractHTTPDestination.java
index 84ee04c..714c43a 100644
--- 
a/rt/transports/http/src/main/java/org/apache/cxf/transport/http/AbstractHTTPDestination.java
+++ 
b/rt/transports/http/src/main/java/org/apache/cxf/transport/http/AbstractHTTPDestination.java
@@ -50,6 +50,7 @@ import 
org.apache.cxf.configuration.security.AuthorizationPolicy;
 import org.apache.cxf.continuations.ContinuationProvider;
 import org.apache.cxf.continuations.SuspendedInvocationException;
 import org.apache.cxf.helpers.HttpHeaderHelper;
+import org.apache.cxf.helpers.IOUtils;
 import org.apache.cxf.interceptor.Fault;
 import org.apache.cxf.interceptor.Interceptor;
 import org.apache.cxf.io.AbstractWrappedOutputStream;

Reply via email to