This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: FYI: Toolkit mergelet


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]