-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
b81
-
sparc
-
solaris_8
###@###.### 2002-05-02
http://java.sun.com/j2se/1.4/docs/api/org/xml/sax/HandlerBase.html#endDocument()
There is a typo in the following description:
Incorrect: Application writers may override this method in a subclass
to take specific actions at the beginning of a document ...
^^^^^^^^^
Correct: Application writers may override this method in a subclass
to take specific actions at the end of a document ...
^^^
http://java.sun.com/j2se/1.4/docs/api/org/xml/sax/HandlerBase.html#endDocument()
There is a typo in the following description:
Incorrect: Application writers may override this method in a subclass
to take specific actions at the beginning of a document ...
^^^^^^^^^
Correct: Application writers may override this method in a subclass
to take specific actions at the end of a document ...
^^^