Author: markt
Date: Tue Apr 14 17:13:16 2009
New Revision: 764884
URL: http://svn.apache.org/viewvc?rev=764884&view=rev
Log:
Add a TODO to review the synchronisation around background processing
Modified:
tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java
Modified: tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java?rev=764884&r1=764883&r2=764884&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java (original)
+++ tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java Tue Apr 14
17:13:16 2009
@@ -115,7 +115,9 @@
* </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
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]