This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit cb7bc377100c4a1a06a0da9280a1bb9c42b41290
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Feb 17 10:21:41 2020 +0000

    Correct Javadoc comment
---
 java/org/apache/catalina/core/ContainerBase.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/core/ContainerBase.java 
b/java/org/apache/catalina/core/ContainerBase.java
index adc458b..4668c1a 100644
--- a/java/org/apache/catalina/core/ContainerBase.java
+++ b/java/org/apache/catalina/core/ContainerBase.java
@@ -1331,7 +1331,7 @@ public abstract class ContainerBase extends 
LifecycleMBeanBase
     // -------------------------------------- ContainerExecuteDelay Inner Class
 
     /**
-     * Private thread class to invoke the backgroundProcess method
+     * Private runnable class to invoke the backgroundProcess method
      * of this container and its children after a fixed delay.
      */
     protected class ContainerBackgroundProcessor implements Runnable {
@@ -1397,7 +1397,7 @@ public abstract class ContainerBase extends 
LifecycleMBeanBase
     }
 
 
-    // ----------------------------- Inner classes used with start/stop 
Executor
+    // ---------------------------- Inner classes used with start/stop Executor
 
     private static class StartChild implements Callable<Void> {
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to