diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-18 22:37:48 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-18 22:37:48 +0000 |
commit | e6fd7f4a56d68388caf39c4c8eba6e9a2d29dadc (patch) | |
tree | 23731cb90721cbb28f793c9d657d2e9716baa89e /libjava/java/awt/Toolkit.java | |
parent | 255ce7f88da4435f0c65ea99c3dea544334025ca (diff) | |
download | ppe42-gcc-e6fd7f4a56d68388caf39c4c8eba6e9a2d29dadc.tar.gz ppe42-gcc-e6fd7f4a56d68388caf39c4c8eba6e9a2d29dadc.zip |
2003-09-18 Sascha Brawer <brawer@dandelis.ch>
* java/awt/Toolkit.java (getSystemEventQueue, getSystemEventQueueImpl):
Replace UTF-8 characters in Javadoc by XML/HTML escape sequence.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71549 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/awt/Toolkit.java')
-rw-r--r-- | libjava/java/awt/Toolkit.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/awt/Toolkit.java b/libjava/java/awt/Toolkit.java index e13bd5f4db1..9be38e80a02 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. * - * <p>Despite the word “System” in the name of this + * <p>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. * - * <p>Despite the word “,System”, in the name of this + * <p>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. |