aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java')
-rw-r--r--libjava/java/awt/Toolkit.java4
1 files changed, 2 insertions, 2 deletions
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.