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:
committed by
Michael Koch
parent
0bf80dae8a
commit
e2ec863d65
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user