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

[3/3] git commit: CAMEL-6592 fixed the Javadoc issue of org.apache.camel.spi.ShutdownStrategy#setTimeout

CAMEL-6592 fixed the Javadoc issue of org.apache.camel.spi.ShutdownStrategy#setTimeout


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

Branch: refs/heads/camel-2.11.x
Commit: 2ef7096e7aa5ff0f43d2b4b231faa59241a8f677
Parents: aa130ef
Author: Willem Jiang <ni...@apache.org>
Authored: Wed Jul 31 11:30:21 2013 +0800
Committer: Willem Jiang <ni...@apache.org>
Committed: Wed Jul 31 12:03:18 2013 +0800

----------------------------------------------------------------------
 .../src/main/java/org/apache/camel/spi/ShutdownStrategy.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/2ef7096e/camel-core/src/main/java/org/apache/camel/spi/ShutdownStrategy.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/spi/ShutdownStrategy.java b/camel-core/src/main/java/org/apache/camel/spi/ShutdownStrategy.java
index 0fec17b..b605b28 100644
--- a/camel-core/src/main/java/org/apache/camel/spi/ShutdownStrategy.java
+++ b/camel-core/src/main/java/org/apache/camel/spi/ShutdownStrategy.java
@@ -120,7 +120,7 @@ public interface ShutdownStrategy extends Service {
     /**
      * Gets the timeout.
      * <p/>
-     * Use 0 or a negative value to disable timeout
+     * Use positive value to set the timeout
      * <p/>
      * The default timeout unit is <tt>SECONDS</tt>
      *