You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by an...@locus.apache.org on 2000/06/22 19:55:42 UTC

cvs commit: xml-xerces/java/samples/dom DOMCount.java

andyc       00/06/22 10:55:42

  Modified:    java/samples/dom DOMCount.java
  Log:
  Syntax error -- missing comma.
  
  Revision  Changes    Path
  1.4       +1 -1      xml-xerces/java/samples/dom/DOMCount.java
  
  Index: DOMCount.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/dom/DOMCount.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DOMCount.java	2000/06/22 16:29:39	1.3
  +++ DOMCount.java	2000/06/22 17:55:42	1.4
  @@ -252,7 +252,7 @@
                     "  -n turn on  Namespace  - default",
                     "  -v turn on  Validation - default",
                     "  -s turn on  Schema support - default",
  -                  "  -d turn on  Deferred DOM - default"
  +                  "  -d turn on  Deferred DOM - default",
                     "  -N turn off Namespace",
                     "  -V turn off Validation",
                     "  -S turn off Schema validation",