Author: carnold
Date: Tue Jun 13 19:19:37 2006
New Revision: 414027
URL: http://svn.apache.org/viewvc?rev=414027&view=rev
Log:
Remove spurious log4j comment
Modified:
logging/log4cxx/trunk/include/log4cxx/mdc.h
Modified: logging/log4cxx/trunk/include/log4cxx/mdc.h
URL:
http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/mdc.h?rev=414027&r1=414026&r2=414027&view=diff
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/mdc.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/mdc.h Tue Jun 13 19:19:37 2006
@@ -35,9 +35,6 @@
child thread automatically inherits a <em>copy</em> of the mapped
diagnostic context of its parent.
- <p>The MDC class requires JDK 1.2 or above. Under JDK 1.1 the MDC
- will always return empty values but otherwise will not affect or
- harm your application.
*/
class LOG4CXX_EXPORT MDC
{