Repository: camel
Updated Branches:
  refs/heads/master b01150d60 -> 71ea1f3dc


Fixed the CS error in camel-core


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

Branch: refs/heads/master
Commit: 2f32bd0313edbcb156f567c8d17eccce4aa112d6
Parents: b01150d
Author: Willem Jiang <willem.ji...@gmail.com>
Authored: Mon May 18 13:22:28 2015 +0800
Committer: Willem Jiang <willem.ji...@gmail.com>
Committed: Mon May 18 13:22:28 2015 +0800

----------------------------------------------------------------------
 .../java/org/apache/camel/model/rest/RestParamDefinition.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/2f32bd03/camel-core/src/main/java/org/apache/camel/model/rest/RestParamDefinition.java
----------------------------------------------------------------------
diff --git 
a/camel-core/src/main/java/org/apache/camel/model/rest/RestParamDefinition.java 
b/camel-core/src/main/java/org/apache/camel/model/rest/RestParamDefinition.java
index edc90dd..c9078d6 100644
--- 
a/camel-core/src/main/java/org/apache/camel/model/rest/RestParamDefinition.java
+++ 
b/camel-core/src/main/java/org/apache/camel/model/rest/RestParamDefinition.java
@@ -18,10 +18,10 @@ package org.apache.camel.model.rest;
 
 import java.util.List;
 
-import org.apache.camel.model.OptionalIdentifiedDefinition;
-
 import javax.xml.bind.annotation.XmlTransient;
 
+import org.apache.camel.model.OptionalIdentifiedDefinition;
+
 // TODO: Should not be a Definition as its a builder for Java DSL instead.
 // instead the builder methods should be on RestOperationParam
 

Reply via email to