You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ay...@apache.org on 2016/06/18 17:48:28 UTC

camel git commit: fix another non-cs style check

Repository: camel
Updated Branches:
  refs/heads/master ff7d97dc1 -> d9088dd0e


fix another non-cs style check


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

Branch: refs/heads/master
Commit: d9088dd0e8ed839654acd5a835e4db11da358f43
Parents: ff7d97d
Author: Akitoshi Yoshida <ay...@apache.org>
Authored: Sat Jun 18 19:48:17 2016 +0200
Committer: Akitoshi Yoshida <ay...@apache.org>
Committed: Sat Jun 18 19:48:17 2016 +0200

----------------------------------------------------------------------
 .../java/org/apache/camel/converter/jaxp/StaxConverterTest.java | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d9088dd0/camel-core/src/test/java/org/apache/camel/converter/jaxp/StaxConverterTest.java
----------------------------------------------------------------------
diff --git a/camel-core/src/test/java/org/apache/camel/converter/jaxp/StaxConverterTest.java b/camel-core/src/test/java/org/apache/camel/converter/jaxp/StaxConverterTest.java
index 10e916e..e34a3dc 100644
--- a/camel-core/src/test/java/org/apache/camel/converter/jaxp/StaxConverterTest.java
+++ b/camel-core/src/test/java/org/apache/camel/converter/jaxp/StaxConverterTest.java
@@ -16,7 +16,10 @@
  */
 package org.apache.camel.converter.jaxp;
 
-import java.io.*;
+import java.io.ByteArrayInputStream;
+import java.io.ByteArrayOutputStream;
+import java.io.Reader;
+import java.io.StringReader;
 import java.nio.charset.Charset;
 import java.util.Arrays;