Add a TODO to review the synchronisation around background processing
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 14 Apr 2009 17:13:16 +0000 (17:13 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 14 Apr 2009 17:13:16 +0000 (17:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@764884 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/core/ContainerBase.java

index 9717fba..5f75c8a 100644 (file)
@@ -115,7 +115,9 @@ import org.apache.tomcat.util.modeler.Registry;
  * </table>
  * Subclasses that fire additional events should document them in the
  * class comments of the implementation class.
- *
+ * 
+ * TODO: Review synchronisation around background processing. See bug 47024. 
+ * 
  * @author Craig R. McClanahan
  */