Updated Branches:
  refs/heads/master 1b4b63981 -> cf04ef847

CAMEL-6483: Optimized camel-jetty writing response. As well IOHelper copy 
streams if using byte arrays as input.


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

Branch: refs/heads/master
Commit: cf04ef847600daf6581c4228b450be19d9b447dc
Parents: 1b4b639
Author: Claus Ibsen <[email protected]>
Authored: Tue Jun 25 07:47:27 2013 +0200
Committer: Claus Ibsen <[email protected]>
Committed: Tue Jun 25 07:47:27 2013 +0200

----------------------------------------------------------------------
 camel-core/src/main/java/org/apache/camel/util/IOHelper.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/cf04ef84/camel-core/src/main/java/org/apache/camel/util/IOHelper.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/util/IOHelper.java 
b/camel-core/src/main/java/org/apache/camel/util/IOHelper.java
index 15278e2..efaa86c 100644
--- a/camel-core/src/main/java/org/apache/camel/util/IOHelper.java
+++ b/camel-core/src/main/java/org/apache/camel/util/IOHelper.java
@@ -36,7 +36,6 @@ import java.nio.charset.Charset;
 import java.nio.charset.UnsupportedCharsetException;
 
 import org.apache.camel.Exchange;
-import org.apache.camel.converter.stream.CachedOutputStream;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 

Reply via email to