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
This commit is contained in:
Sascha Brawer
2003-09-19 00:37:48 +02:00
committed by Tom Tromey
parent 3f50d3dd9d
commit de6b956c72
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -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.