From: Sascha Brawer Date: Thu, 18 Sep 2003 22:37:48 +0000 (+0200) Subject: Toolkit.java (getSystemEventQueue, [...]): Replace UTF-8 characters in Javadoc by... X-Git-Tag: releases/gcc-3.4.0~3649 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de6b956c72b9dacf8c46132826f6ff27be16c9c4;p=thirdparty%2Fgcc.git Toolkit.java (getSystemEventQueue, [...]): Replace UTF-8 characters in Javadoc by XML/HTML escape sequence. 2003-09-18 Sascha Brawer * java/awt/Toolkit.java (getSystemEventQueue, getSystemEventQueueImpl): Replace UTF-8 characters in Javadoc by XML/HTML escape sequence. From-SVN: r71549 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index ceddff9b5035..0fe4575d1a24 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2003-09-18 Sascha Brawer + + * java/awt/Toolkit.java (getSystemEventQueue, getSystemEventQueueImpl): + Replace UTF-8 characters in Javadoc by XML/HTML escape sequence. + 2003-09-18 Tom Tromey * javax/naming/InitialContext.java: Reindented. diff --git a/libjava/java/awt/Toolkit.java b/libjava/java/awt/Toolkit.java index e13bd5f4db14..9be38e80a02c 100644 --- a/libjava/java/awt/Toolkit.java +++ b/libjava/java/awt/Toolkit.java @@ -807,7 +807,7 @@ public abstract class Toolkit /** * Returns the event queue that is suitable for the calling context. * - *

Despite the word “System” in the name of this + *

Despite the word “System” 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 @@ public abstract class Toolkit /** * Returns the event queue that is suitable for the calling context. * - *

Despite the word “,System”, in the name of this + *

Despite the word “System” 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.