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 2014/12/03 13:07:22 UTC

[2/2] camel git commit: Fixed CS

Fixed CS


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

Branch: refs/heads/camel-2.14.x
Commit: 751856a136a7f084ed6f5f0a4c35abd8df769369
Parents: c17ba8b
Author: Claus Ibsen <da...@apache.org>
Authored: Wed Dec 3 13:06:29 2014 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Dec 3 13:07:08 2014 +0100

----------------------------------------------------------------------
 .../camel/component/properties/DefaultPropertiesParser.java      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/751856a1/camel-core/src/main/java/org/apache/camel/component/properties/DefaultPropertiesParser.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/component/properties/DefaultPropertiesParser.java b/camel-core/src/main/java/org/apache/camel/component/properties/DefaultPropertiesParser.java
index ecc3ac6..3c6875f 100644
--- a/camel-core/src/main/java/org/apache/camel/component/properties/DefaultPropertiesParser.java
+++ b/camel-core/src/main/java/org/apache/camel/component/properties/DefaultPropertiesParser.java
@@ -20,12 +20,12 @@ import java.util.HashSet;
 import java.util.Properties;
 import java.util.Set;
 
+import static java.lang.String.format;
+
 import org.apache.camel.util.ObjectHelper;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-import static java.lang.String.format;
-
 /**
  * A parser to parse a string which contains property placeholders.
  */