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/d8ec6690
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d8ec6690
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d8ec6690

Branch: refs/heads/master
Commit: d8ec66900b7931b8c76b96d73e92e48895914c4e
Parents: 08f03d1
Author: Willem Jiang <[email protected]>
Authored: Wed Jul 31 11:30:21 2013 +0800
Committer: Willem Jiang <[email protected]>
Committed: Wed Jul 31 14:27:35 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/d8ec6690/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 c1e7632..b063304 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
@@ -121,7 +121,7 @@ public interface ShutdownStrategy extends StaticService {
     /**
      * 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>
      *

Reply via email to