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:25 UTC

[4/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/3990ebe4
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3990ebe4
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3990ebe4

Branch: refs/heads/camel-2.19.x
Commit: 3990ebe4b8380a9b7abc2ee27c43bd94dd28bc41
Parents: 8af8af5
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:46 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/3990ebe4/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());