You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/04/21 23:49:49 UTC

cvs commit: jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/xml ContentHandlerWrapper.java

donaldp     02/04/21 14:49:49

  Modified:    all/src/java/org/apache/avalon/excalibur/xml
                        ContentHandlerWrapper.java
  Log:
  Made the class declaration line not exceed 80 characters.
  
  Revision  Changes    Path
  1.3       +4 -2      jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/xml/ContentHandlerWrapper.java
  
  Index: ContentHandlerWrapper.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/src/java/org/apache/avalon/excalibur/xml/ContentHandlerWrapper.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ContentHandlerWrapper.java	16 Mar 2002 00:05:42 -0000	1.2
  +++ ContentHandlerWrapper.java	21 Apr 2002 21:49:49 -0000	1.3
  @@ -22,9 +22,11 @@
    *
    * @author <a href="mailto:dims@yahoo.com">Davanum Srinivas</a>
    *         (Apache Software Foundation, Computer Associates)
  - * @version CVS $Revision: 1.2 $ $Date: 2002/03/16 00:05:42 $
  + * @version CVS $Revision: 1.3 $ $Date: 2002/04/21 21:49:49 $
    */
  -public class ContentHandlerWrapper extends AbstractXMLConsumer implements Recyclable
  +public class ContentHandlerWrapper
  +    extends AbstractXMLConsumer
  +    implements Recyclable
   {
   
       /** The current <code>ContentHandler</code>. */
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>