[kaffe] CVS kaffe (kaz): libraries/javalib/gnu/xml/aelfred2/SAXDriver.java:
Kaffe CVS
cvs-commits at kaffe.org
Sat Oct 18 19:34:02 PDT 2003
PatchSet 4114
Date: 2003/10/19 02:31:53
Author: kaz
Branch: HEAD
Tag: (none)
Log:
2003-10-19 Ito Kazumitsu <kaz at maczuka.gcd.org>
* libraries/javalib/gnu/xml/aelfred2/SAXDriver.java:
Reverted because the 2003-10-18 change was unreasonable.
Members:
ChangeLog:1.1708->1.1709
libraries/javalib/gnu/xml/aelfred2/SAXDriver.java:1.3->1.4
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1708 kaffe/ChangeLog:1.1709
--- kaffe/ChangeLog:1.1708 Sat Oct 18 00:15:47 2003
+++ kaffe/ChangeLog Sun Oct 19 02:31:53 2003
@@ -1,3 +1,8 @@
+2003-10-19 Ito Kazumitsu <kaz at maczuka.gcd.org>
+
+ * libraries/javalib/gnu/xml/aelfred2/SAXDriver.java:
+ Reverted because the 2003-10-18 change was unreasonable.
+
2003-10-18 Ito Kazumitsu <kaz at maczuka.gcd.org>
* libraries/javalib/gnu/xml/aelfred2/SAXDriver.java:
Index: kaffe/libraries/javalib/gnu/xml/aelfred2/SAXDriver.java
diff -u kaffe/libraries/javalib/gnu/xml/aelfred2/SAXDriver.java:1.3 kaffe/libraries/javalib/gnu/xml/aelfred2/SAXDriver.java:1.4
--- kaffe/libraries/javalib/gnu/xml/aelfred2/SAXDriver.java:1.3 Sat Oct 18 00:15:48 2003
+++ kaffe/libraries/javalib/gnu/xml/aelfred2/SAXDriver.java Sun Oct 19 02:31:54 2003
@@ -1,5 +1,5 @@
/*
- * $Id: SAXDriver.java,v 1.3 2003/10/18 00:15:48 kaz Exp $
+ * $Id: SAXDriver.java,v 1.4 2003/10/19 02:31:54 kaz Exp $
* Copyright (C) 1999-2001 David Brownell
*
* This file is part of GNU JAXP, a library.
@@ -66,7 +66,7 @@
import org.xml.sax.helpers.NamespaceSupport;
-// $Id: SAXDriver.java,v 1.3 2003/10/18 00:15:48 kaz Exp $
+// $Id: SAXDriver.java,v 1.4 2003/10/19 02:31:54 kaz Exp $
/**
* An enhanced SAX2 version of Microstar's Ælfred XML parser.
@@ -123,7 +123,7 @@
*
* @author Written by David Megginson (version 1.2a from Microstar)
* @author Updated by David Brownell <dbrownell at users.sourceforge.net>
- * @version $Date: 2003/10/18 00:15:48 $
+ * @version $Date: 2003/10/19 02:31:54 $
* @see org.xml.sax.Parser
*/
final public class SAXDriver
@@ -596,8 +596,6 @@
in.getSystemId ());
if (source == null)
source = in;
- else if (source.getSystemId () == null)
- source.setSystemId (in.getSystemId ());
}
startExternalEntity (name, source.getSystemId (), true);
return source;
More information about the kaffe
mailing list