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 2016/04/15 14:58:36 UTC

camel git commit: Polished

Repository: camel
Updated Branches:
  refs/heads/camel-2.17.x c2b8be294 -> a306df656


Polished


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

Branch: refs/heads/camel-2.17.x
Commit: a306df65619ae400983b803d1a3dd71af5062ec9
Parents: c2b8be2
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Apr 15 14:55:58 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Apr 15 14:58:26 2016 +0200

----------------------------------------------------------------------
 .../camel/test/spring/CamelSpringBootJUnit4ClassRunner.java      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a306df65/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelSpringBootJUnit4ClassRunner.java
----------------------------------------------------------------------
diff --git a/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelSpringBootJUnit4ClassRunner.java b/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelSpringBootJUnit4ClassRunner.java
index 701f400..fa0c0b5 100644
--- a/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelSpringBootJUnit4ClassRunner.java
+++ b/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelSpringBootJUnit4ClassRunner.java
@@ -22,8 +22,8 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
 
 /**
  * An implementation bringing the functionality of {@link CamelSpringTestSupport} to
- * Spring Test based test cases.  This approach allows developers to implement tests
- * for their Spring based applications/routes using the typical Spring Test conventions
+ * Spring Boot Test based test cases.  This approach allows developers to implement tests
+ * for their Spring Boot based applications/routes using the typical Spring Test conventions
  * for test development.
  */
 public class CamelSpringBootJUnit4ClassRunner extends SpringJUnit4ClassRunner {