[jdom-commits] CVS update: jdom/src/java/org/jdom/input
cvs at jools.org
cvs at jools.org
Mon Apr 22 17:58:25 PDT 2002
Date: Monday April 22, 2002 @ 20:58
Author: cvs
Update of /home/cvspublic/jdom/src/java/org/jdom/input
In directory jools.org:/tmp/cvs-serv5451/input
Modified Files:
SAXHandler.java
Log Message:
Several patches from the last couple days that have been queueing up while
CVS was down:
* Removed several "instanceof CDATA" checks where "instanceof Text" will
suffice. Also deprecated addContent(CDATA) and removeContent(CDATA) since
the Text variety is enough. We're deprecating and not just removing
because removing requires existing code be recompiled.
* Fixed bug in ElementFilter.equals() that did == instead of .equals() for
a String.
* Fixed lots of typos.
-jh-
===================================================================
File: no file SAXHandler.java Status: Needs Checkout
Working revision: 1.45 Tue Apr 23 00:58:25 2002
Repository revision: 1.45 /home/cvspublic/jdom/src/java/org/jdom/input/SAXHandler.java,v
Existing Tags:
jdom_1_0_b8 (revision: 1.39)
jdom_1_0_b8_rc1 (revision: 1.38)
jdom_prefilter (revision: 1.27)
jdom_1_0_b7 (revision: 1.18)
More information about the jdom-commits
mailing list