Commit e2ec863d by Michael Koch Committed by Michael Koch

XmlParser.java: Reverted my typo fix.

2005-04-18  Michael Koch  <konqueror@gmx.de>

	* gnu/xml/aelfred2/XmlParser.java:
	Reverted my typo fix.

From-SVN: r98341
parent 0bf80dae
2005-04-18 Michael Koch <konqueror@gmx.de>
* gnu/xml/aelfred2/XmlParser.java:
Reverted my typo fix.
2005-04-18 Michael Koch <konqueror@gmx.de>
* java/awt/geom/CubicCurve2D.java,
java/awt/geom/QuadCurve2D.java:
Fixed mentioning of Brian Gouph.
......
......@@ -3382,7 +3382,7 @@ loop:
{
if (ids.systemId.indexOf('#') != -1)
{
handler.verror("SYSTEM id has an URI fragment: " + ids.systemId);
handler.verror("SYSTEM id has a URI fragment: " + ids.systemId);
}
ids.baseUri = handler.getSystemId();
if (ids.baseUri == null && uriWarnings)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment