You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by cz...@apache.org on 2004/06/29 19:28:23 UTC

svn commit: rev 22272 - excalibur/trunk/xmlutil/src/java/org/apache/excalibur/xml/sax

Author: cziegeler
Date: Tue Jun 29 10:28:23 2004
New Revision: 22272

Modified:
   excalibur/trunk/xmlutil/src/java/org/apache/excalibur/xml/sax/ContentHandlerProxy.java
   excalibur/trunk/xmlutil/src/java/org/apache/excalibur/xml/sax/ContentHandlerWrapper.java
Log:
Readd deprecated flag which was correct

Modified: excalibur/trunk/xmlutil/src/java/org/apache/excalibur/xml/sax/ContentHandlerProxy.java
==============================================================================
--- excalibur/trunk/xmlutil/src/java/org/apache/excalibur/xml/sax/ContentHandlerProxy.java	(original)
+++ excalibur/trunk/xmlutil/src/java/org/apache/excalibur/xml/sax/ContentHandlerProxy.java	Tue Jun 29 10:28:23 2004
@@ -25,6 +25,8 @@
  * This class is an utility class proxying a SAX version 2.0
  * {@link ContentHandler} and forwarding the events to it.
  * <br>
+ * If you are interested in lexical events as well, use the
+ * {@link XMLConsumerProxy} instead.
  *
  * @author <a href="mailto:dev@avalon.apache.org">Avalon Development Team</a>
  * @version CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:20 $

Modified: excalibur/trunk/xmlutil/src/java/org/apache/excalibur/xml/sax/ContentHandlerWrapper.java
==============================================================================
--- excalibur/trunk/xmlutil/src/java/org/apache/excalibur/xml/sax/ContentHandlerWrapper.java	(original)
+++ excalibur/trunk/xmlutil/src/java/org/apache/excalibur/xml/sax/ContentHandlerWrapper.java	Tue Jun 29 10:28:23 2004
@@ -28,8 +28,9 @@
  * its {@link XMLConsumer}s interface.
  * <br>
  *
- * Modified to be thread safe.
- * 
+ * @deprecated Use one of the replacement classes {@link ContentHandlerProxy} or
+ *             {@link XMLConsumerProxy}
+ *
  * @author <a href="mailto:dev@avalon.apache.org">Avalon Development Team</a>
  * @version CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:20 $
  */

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org