[Patch] typo fix reverted

Michael Koch konqueror@gmx.de
Mon Apr 18 19:15:00 GMT 2005


Hi list,


hereby I revert a typo fox of mine as turned out to be wrong.


Michael


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

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

-------------- next part --------------
Index: gnu/xml/aelfred2/XmlParser.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/gnu/xml/aelfred2/XmlParser.java,v
retrieving revision 1.4
diff -u -r1.4 XmlParser.java
--- gnu/xml/aelfred2/XmlParser.java	29 Mar 2005 20:10:20 -0000	1.4
+++ gnu/xml/aelfred2/XmlParser.java	18 Apr 2005 19:13:45 -0000
@@ -3382,7 +3382,7 @@
       {
         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)


More information about the Java-patches mailing list