fix the previos style check
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/04c2bf31 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/04c2bf31 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/04c2bf31 Branch: refs/heads/camel-2.17.x Commit: 04c2bf318078d9da0b362d407ff87b225b44268d Parents: 37ea74f Author: Akitoshi Yoshida <a...@apache.org> Authored: Sat Jun 18 20:09:33 2016 +0200 Committer: Akitoshi Yoshida <a...@apache.org> Committed: Mon Jun 20 09:52:11 2016 +0200 ---------------------------------------------------------------------- .../java/org/apache/camel/converter/jaxp/StaxConverterTest.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/04c2bf31/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 e34a3dc..632494d 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 @@ -18,6 +18,8 @@ package org.apache.camel.converter.jaxp; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; +import java.io.IOException; +import java.io.InputStream; import java.io.Reader; import java.io.StringReader; import java.nio.charset.Charset;