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/03/10 20:43:37 UTC

[3/3] camel git commit: Fixed CS. This closes #1520

Fixed CS. This closes #1520


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

Branch: refs/heads/master
Commit: 16d6fc3857ae633aa2599a91528114ed99e2ebc3
Parents: 7f78921
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Mar 10 21:43:27 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Mar 10 21:43:27 2017 +0100

----------------------------------------------------------------------
 .../component/undertow/rest/RestUndertowHttpPojoTypeTest.java  | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/16d6fc38/components/camel-undertow/src/test/java/org/apache/camel/component/undertow/rest/RestUndertowHttpPojoTypeTest.java
----------------------------------------------------------------------
diff --git a/components/camel-undertow/src/test/java/org/apache/camel/component/undertow/rest/RestUndertowHttpPojoTypeTest.java b/components/camel-undertow/src/test/java/org/apache/camel/component/undertow/rest/RestUndertowHttpPojoTypeTest.java
index 1752f54..7541dd6 100644
--- a/components/camel-undertow/src/test/java/org/apache/camel/component/undertow/rest/RestUndertowHttpPojoTypeTest.java
+++ b/components/camel-undertow/src/test/java/org/apache/camel/component/undertow/rest/RestUndertowHttpPojoTypeTest.java
@@ -16,6 +16,10 @@
  */
 package org.apache.camel.component.undertow.rest;
 
+import java.util.List;
+import java.util.Map;
+import java.util.TreeMap;
+
 import com.fasterxml.jackson.databind.ObjectMapper;
 import org.apache.camel.Exchange;
 import org.apache.camel.Processor;
@@ -27,8 +31,6 @@ import org.apache.camel.model.rest.RestDefinition;
 import org.apache.camel.model.rest.VerbDefinition;
 import org.junit.Test;
 
-import java.util.*;
-
 public class RestUndertowHttpPojoTypeTest extends BaseUndertowTest {
     private final ObjectMapper mapper = new ObjectMapper();