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 2017/02/02 17:47:20 UTC

camel git commit: corrected a typo in camel-blueuprint-test

Repository: camel
Updated Branches:
  refs/heads/master ef4e7ed52 -> 7c6ea8e8d


corrected a typo in camel-blueuprint-test


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

Branch: refs/heads/master
Commit: 7c6ea8e8d091cba0e393bfff8fdc57733a1576c3
Parents: ef4e7ed
Author: aldettinger <al...@gmail.com>
Authored: Thu Feb 2 17:59:49 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Feb 2 18:47:13 2017 +0100

----------------------------------------------------------------------
 .../org/apache/camel/test/blueprint/CamelBlueprintTestSupport.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/7c6ea8e8/components/camel-test-blueprint/src/main/java/org/apache/camel/test/blueprint/CamelBlueprintTestSupport.java
----------------------------------------------------------------------
diff --git a/components/camel-test-blueprint/src/main/java/org/apache/camel/test/blueprint/CamelBlueprintTestSupport.java b/components/camel-test-blueprint/src/main/java/org/apache/camel/test/blueprint/CamelBlueprintTestSupport.java
index 60348f6..566ccaa 100644
--- a/components/camel-test-blueprint/src/main/java/org/apache/camel/test/blueprint/CamelBlueprintTestSupport.java
+++ b/components/camel-test-blueprint/src/main/java/org/apache/camel/test/blueprint/CamelBlueprintTestSupport.java
@@ -84,7 +84,7 @@ public abstract class CamelBlueprintTestSupport extends CamelTestSupport {
      * <p>Karaf and Fuse OSGi containers use synchronous startup.</p>
      * <p>Asynchronous startup is more in the <em>spirit</em> of OSGi and usually means that if everything works fine
      * asynchronously, it'll work synchronously as well. This isn't always true otherwise.</p>
-     * @return
+     * @return <code>true</code> when blueprint containers are to be started asynchronously, otherwise <code>false</code>.
      */
     protected boolean useAsynchronousBlueprintStartup() {
         return true;