You are viewing a plain text version of this content. The canonical link for it is here.
Posted to crimson-cvs@xml.apache.org by ed...@apache.org on 2001/07/18 03:44:33 UTC

cvs commit: xml-crimson/src/org/xml/sax Locator.java

edwingo     01/07/17 18:44:33

  Modified:    src/org/xml/sax Locator.java
  Log:
  Minor javadoc fix.
  
  Revision  Changes    Path
  1.2       +1 -5      xml-crimson/src/org/xml/sax/Locator.java
  
  Index: Locator.java
  ===================================================================
  RCS file: /home/cvs/xml-crimson/src/org/xml/sax/Locator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Locator.java	2000/11/23 01:53:36	1.1
  +++ Locator.java	2001/07/18 01:44:33	1.2
  @@ -1,6 +1,6 @@
   // SAX locator interface for document events.
   // No warranty; no copyright -- use this as you will.
  -// $Id: Locator.java,v 1.1 2000/11/23 01:53:36 edwingo Exp $
  +// $Id: Locator.java,v 1.2 2001/07/18 01:44:33 edwingo Exp $
   
   package org.xml.sax;
   
  @@ -107,10 +107,6 @@
        * <p>The return value is an approximation of the column number
        * in the document entity or external parsed entity where the
        * markup triggering the event appears.</p>
  -     *
  -     * <p>If possible, the SAX driver should provide the line position 
  -     * of the first character after the text associated with the document 
  -     * event.</p>
        *
        * <p>If possible, the SAX driver should provide the line position 
        * of the first character after the text associated with the document 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: crimson-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: crimson-cvs-help@xml.apache.org