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 <ningji...@apache.org> Authored: Wed Jul 31 11:30:21 2013 +0800 Committer: Willem Jiang <ningji...@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> *