You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/06/09 17:13:23 UTC

[2/6] camel git commit: Polished. This closes #1748

Polished. This closes #1748


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

Branch: refs/heads/master
Commit: 3db951632ac83c0f23093b5f5c37ae6e9e7d8650
Parents: 4b06e5f
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Jun 9 19:12:07 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Jun 9 19:12:07 2017 +0200

----------------------------------------------------------------------
 .../src/test/java/org/apache/camel/converter/NIOConverterTest.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3db95163/camel-core/src/test/java/org/apache/camel/converter/NIOConverterTest.java
----------------------------------------------------------------------
diff --git a/camel-core/src/test/java/org/apache/camel/converter/NIOConverterTest.java b/camel-core/src/test/java/org/apache/camel/converter/NIOConverterTest.java
index 8e02529..386435f 100644
--- a/camel-core/src/test/java/org/apache/camel/converter/NIOConverterTest.java
+++ b/camel-core/src/test/java/org/apache/camel/converter/NIOConverterTest.java
@@ -68,7 +68,6 @@ public class NIOConverterTest extends ContextTestSupport {
         String out = NIOConverter.toString(buffer, null);
         assertEquals(str, out);
     }
-    
 
     public void testToByteBuffer() {
         ByteBuffer bb = NIOConverter.toByteBuffer("Hello".getBytes());