You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by je...@locus.apache.org on 2000/08/25 22:22:13 UTC

cvs commit: xml-xerces/java/samples/sax SAX2Count.java

jeffreyr    00/08/25 13:22:12

  Modified:    java/samples/sax SAX2Count.java
  Log:
  Remove debug statement in SAX2Count.
  
  Revision  Changes    Path
  1.5       +2 -2      xml-xerces/java/samples/sax/SAX2Count.java
  
  Index: SAX2Count.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/sax/SAX2Count.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SAX2Count.java	2000/06/23 20:29:30	1.4
  +++ SAX2Count.java	2000/08/25 20:22:09	1.5
  @@ -73,7 +73,7 @@
    * register a SAX2 ContentHandler and receive the callbacks in
    * order to print information about the document.
    *
  - * @version $Id: SAX2Count.java,v 1.4 2000/06/23 20:29:30 jeffreyr Exp $
  + * @version $Id: SAX2Count.java,v 1.5 2000/08/25 20:22:09 jeffreyr Exp $
    */
   public class SAX2Count 
   extends DefaultHandler {
  @@ -326,7 +326,7 @@
               outer:
             
               while ( (c =  argopt.getArguments()) != -1 ){
  -                System.out.println( "c =" + c );
  +                //System.out.println( "c =" + c );
                   switch (c) {
                   case 'v':
                       setValidation = true;