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 2012/09/08 13:29:13 UTC

svn commit: r1382280 - /camel/trunk/camel-core/src/main/java/org/apache/camel/spi/ExecutorServiceManager.java

Author: davsclaus
Date: Sat Sep  8 11:29:12 2012
New Revision: 1382280

URL: http://svn.apache.org/viewvc?rev=1382280&view=rev
Log:
Polished

Modified:
    camel/trunk/camel-core/src/main/java/org/apache/camel/spi/ExecutorServiceManager.java

Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/spi/ExecutorServiceManager.java
URL: http://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/spi/ExecutorServiceManager.java?rev=1382280&r1=1382279&r2=1382280&view=diff
==============================================================================
--- camel/trunk/camel-core/src/main/java/org/apache/camel/spi/ExecutorServiceManager.java (original)
+++ camel/trunk/camel-core/src/main/java/org/apache/camel/spi/ExecutorServiceManager.java Sat Sep  8 11:29:12 2012
@@ -331,7 +331,7 @@ public interface ExecutorServiceManager 
      * Awaits the termination of the thread pool.
      * <p/>
      * This implementation will log every 2nd second at INFO level that we are waiting, so the end user
-     * can see we are not hanging in case it takes longer time to shutdown the pool.
+     * can see we are not hanging in case it takes longer time to terminate the pool.
      *
      * @param executorService            the thread pool
      * @param shutdownAwaitTermination   time in millis to use as timeout