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/9bfeed7c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9bfeed7c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9bfeed7c Branch: refs/heads/camel-2.12.x Commit: 9bfeed7cd23e0b94541eec59d088c7710b16efea Parents: c6b751b Author: Babak Vahdat <bvah...@apache.org> Authored: Tue Oct 8 11:23:16 2013 +0200 Committer: Babak Vahdat <bvah...@apache.org> Committed: Sun Oct 13 20:50:00 2013 +0200 ---------------------------------------------------------------------- .../properties/CamelSpringPropertyPlaceholderConfigurer3Test.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/9bfeed7c/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;