aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Brawer <brawer@dandelis.ch>2003-09-19 00:37:48 +0200
committerTom Tromey <tromey@gcc.gnu.org>2003-09-18 22:37:48 +0000
commitde6b956c72b9dacf8c46132826f6ff27be16c9c4 (patch)
tree23731cb90721cbb28f793c9d657d2e9716baa89e
parent3f50d3dd9d05836954dd17d31866834923caa4d5 (diff)
downloadgcc-de6b956c72b9dacf8c46132826f6ff27be16c9c4.zip
gcc-de6b956c72b9dacf8c46132826f6ff27be16c9c4.tar.gz
gcc-de6b956c72b9dacf8c46132826f6ff27be16c9c4.tar.bz2
Toolkit.java (getSystemEventQueue, [...]): Replace UTF-8 characters in Javadoc by XML/HTML escape sequence.
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. From-SVN: r71549
-rw-r--r--libjava/ChangeLog5
-rw-r--r--libjava/java/awt/Toolkit.java4
2 files changed, 7 insertions, 2 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index ceddff9..0fe4575 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2003-09-18 Tom Tromey <tromey@redhat.com>
* javax/naming/InitialContext.java: Reindented.
diff --git a/libjava/java/awt/Toolkit.java b/libjava/java/awt/Toolkit.java
index e13bd5f..9be38e8 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 &#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 @@ 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 &#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.