[jdom-commits] CVS update: jdom/src/java/org/jdom/input
bmclaugh at cvs.jdom.org
bmclaugh at cvs.jdom.org
Sun Oct 7 14:22:01 PDT 2001
Date: Sunday October 7, 2001 @ 22:22
Author: bmclaugh
Update of /home/cvspublic/jdom/src/java/org/jdom/input
In directory www.nmemonix.com:/tmp/cvs-serv8001/src/java/org/jdom/input
Modified Files:
SAXHandler.java
Log Message:
This is a fix to SAXHandler responding to a "pseudo" bug reported by John Watson. SAXHandler implements the org.xml.sax.DeclHandler interface, but had removed the 'throws SAXException' clause from the implemented methods. This restricted error handling, and made sub-classing a problem.
This checkin adds the 'throws SAXException' clause back into each method, as appropriate.
===================================================================
File: no file SAXHandler.java Status: Needs Checkout
Working revision: 1.24 Sun Oct 7 21:22:01 2001
Repository revision: 1.24 /home/cvspublic/jdom/src/java/org/jdom/input/SAXHandler.java,v
Existing Tags:
jdom_1_0_b7 (revision: 1.18)
More information about the jdom-commits
mailing list