+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.
/**
* 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.
/**
* 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.