This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b0a7dc  Fixed CS for camel-servlet
2b0a7dc is described below

commit 2b0a7dc4e4a5203d3336d4d7ae67d0c052824abe
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Oct 16 12:54:38 2019 +0200

    Fixed CS for camel-servlet
---
 .../org/apache/camel/component/servlet/ServletMuteExceptionTest.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-servlet/src/test/java/org/apache/camel/component/servlet/ServletMuteExceptionTest.java
 
b/components/camel-servlet/src/test/java/org/apache/camel/component/servlet/ServletMuteExceptionTest.java
index 92dbb3e..2e7d057 100644
--- 
a/components/camel-servlet/src/test/java/org/apache/camel/component/servlet/ServletMuteExceptionTest.java
+++ 
b/components/camel-servlet/src/test/java/org/apache/camel/component/servlet/ServletMuteExceptionTest.java
@@ -16,6 +16,8 @@
  */
 package org.apache.camel.component.servlet;
 
+import java.io.ByteArrayInputStream;
+
 import com.meterware.httpunit.PostMethodWebRequest;
 import com.meterware.httpunit.WebRequest;
 import com.meterware.httpunit.WebResponse;
@@ -25,8 +27,6 @@ import org.apache.camel.http.common.HttpConstants;
 import org.apache.camel.http.common.HttpHelper;
 import org.junit.Test;
 
-import java.io.ByteArrayInputStream;
-
 public class ServletMuteExceptionTest extends ServletCamelRouterTestSupport {
 
     @Test

Reply via email to