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
This commit is contained in:
Michael Koch
2005-04-18 19:14:14 +00:00
committed by Michael Koch
parent 0bf80dae8a
commit e2ec863d65
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -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)