1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Improve Javadoc

This commit is contained in:
Martin Oberhuber 2007-02-08 09:42:37 +00:00
parent 2554eddc5c
commit 36706a2d3f

View file

@ -433,10 +433,10 @@ public class TerminalText implements Runnable, ControlListener {
* SerialPortHandler.
* <p>
* These connectors write text to the terminal's buffer through
* {@link #setNewText(StringBuffer)} and then have this run method
* exectued in the display thread. This method must not execute
* at the same time as methods {@link #setNewText(StringBuffer)}
* and {@link #clearTerminal()}.
* {@link TerminalControl#writeToTerminal(String)} and then have
* this run method exectued in the display thread. This method
* must not execute at the same time as methods
* {@link #setNewText(StringBuffer)} and {@link #clearTerminal()}.
* <p>
* IMPORTANT: This method must be called in strict alternation with method
* {@link #setNewText(StringBuffer)}.