From: markt Date: Tue, 14 Apr 2009 17:13:16 +0000 (+0000) Subject: Add a TODO to review the synchronisation around background processing X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=226cd173ebde87397cd6e6391e59b2266c265c7e;p=tomcat7.0 Add a TODO to review the synchronisation around background processing git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@764884 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/core/ContainerBase.java b/java/org/apache/catalina/core/ContainerBase.java index 9717fba11..5f75c8a40 100644 --- a/java/org/apache/catalina/core/ContainerBase.java +++ b/java/org/apache/catalina/core/ContainerBase.java @@ -115,7 +115,9 @@ import org.apache.tomcat.util.modeler.Registry; * * 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 */