You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2013/10/08 11:23:26 UTC

git commit: Put back the line feed being unintentionally removed by the previous commit.

Updated Branches:
  refs/heads/master 568f8ec29 -> 530242283


Put back the line feed being unintentionally removed by the previous commit.

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

Branch: refs/heads/master
Commit: 5302422835ffe8b23c09da3943424109910e042d
Parents: 568f8ec
Author: Babak Vahdat <bv...@apache.org>
Authored: Tue Oct 8 11:23:16 2013 +0200
Committer: Babak Vahdat <bv...@apache.org>
Committed: Tue Oct 8 11:23:16 2013 +0200

----------------------------------------------------------------------
 .../properties/CamelSpringPropertyPlaceholderConfigurer3Test.java   | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/53024228/components/camel-spring/src/test/java/org/apache/camel/component/properties/CamelSpringPropertyPlaceholderConfigurer3Test.java
----------------------------------------------------------------------
diff --git a/components/camel-spring/src/test/java/org/apache/camel/component/properties/CamelSpringPropertyPlaceholderConfigurer3Test.java b/components/camel-spring/src/test/java/org/apache/camel/component/properties/CamelSpringPropertyPlaceholderConfigurer3Test.java
index dcf02dc..9305d53 100644
--- a/components/camel-spring/src/test/java/org/apache/camel/component/properties/CamelSpringPropertyPlaceholderConfigurer3Test.java
+++ b/components/camel-spring/src/test/java/org/apache/camel/component/properties/CamelSpringPropertyPlaceholderConfigurer3Test.java
@@ -21,6 +21,7 @@ import java.util.Properties;
 import org.apache.camel.CamelContext;
 import org.apache.camel.spring.SpringTestSupport;
 import org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer;
+
 import org.springframework.context.support.AbstractXmlApplicationContext;
 import org.springframework.context.support.ClassPathXmlApplicationContext;