Updated Branches: refs/heads/camel-2.10.x a18abe08c -> a8178b7fc refs/heads/camel-2.11.x aa130ef3b -> 2ef7096e7
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/14769a79 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/14769a79 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/14769a79 Branch: refs/heads/camel-2.10.x Commit: 14769a797a21e6b0cb1fcd79d25768daa7aacb3d Parents: 3d85a19 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 11:51:05 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/14769a79/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> *