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 2011/01/28 18:12:23 UTC

svn commit: r1064785 - /camel/trunk/camel-core/src/main/java/org/apache/camel/impl/RouteService.java

Author: davsclaus
Date: Fri Jan 28 17:12:23 2011
New Revision: 1064785

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

Modified:
    camel/trunk/camel-core/src/main/java/org/apache/camel/impl/RouteService.java

Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/impl/RouteService.java
URL: http://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/impl/RouteService.java?rev=1064785&r1=1064784&r2=1064785&view=diff
==============================================================================
--- camel/trunk/camel-core/src/main/java/org/apache/camel/impl/RouteService.java (original)
+++ camel/trunk/camel-core/src/main/java/org/apache/camel/impl/RouteService.java Fri Jan 28 17:12:23 2011
@@ -215,7 +215,7 @@ public class RouteService extends Servic
     protected void doShutdown() throws Exception {
         for (Route route : routes) {
             // endpoints should only be stopped when Camel is shutting down
-            // so comments in warmUp method
+            // see more details in the warmUp method
             ServiceHelper.stopAndShutdownServices(route.getEndpoint());
         }