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