Patch: FYI: Toolkit mergelet

Tom Tromey tromey@redhat.com
Thu Sep 18 23:54:00 GMT 2003


I'm checking this in on the trunk.
This fixes a patch misapplication by yours truly.

Tom

Index: ChangeLog
from  Sascha Brawer  <brawer@dandelis.ch>

	* java/awt/Toolkit.java (getSystemEventQueue, getSystemEventQueueImpl):
	Replace UTF-8 characters in Javadoc by XML/HTML escape sequence.

Index: java/awt/Toolkit.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/awt/Toolkit.java,v
retrieving revision 1.24
diff -u -r1.24 Toolkit.java
--- java/awt/Toolkit.java 11 Sep 2003 16:45:10 -0000 1.24
+++ java/awt/Toolkit.java 18 Sep 2003 22:34:30 -0000
@@ -807,7 +807,7 @@
   /**
    * Returns the event queue that is suitable for the calling context.
    *
-   * <p>Despite the word “System” in the name of this
+   * <p>Despite the word &#x201c;System&#x201d; in the name of this
    * method, a toolkit may provide different event queues for each
    * applet. There is no guarantee that the same queue is shared
    * system-wide.
@@ -842,7 +842,7 @@
   /**
    * Returns the event queue that is suitable for the calling context.
    *
-   * <p>Despite the word “,System”, in the name of this
+   * <p>Despite the word &#x201c;System&#x201d; in the name of this
    * method, a toolkit may provide different event queues for each
    * applet. There is no guarantee that the same queue is shared
    * system-wide.



More information about the Java-patches mailing list