mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-06 08:35:26 +02:00
Improve Javadoc
This commit is contained in:
parent
2554eddc5c
commit
36706a2d3f
1 changed files with 4 additions and 4 deletions
|
@ -433,10 +433,10 @@ public class TerminalText implements Runnable, ControlListener {
|
||||||
* SerialPortHandler.
|
* SerialPortHandler.
|
||||||
* <p>
|
* <p>
|
||||||
* These connectors write text to the terminal's buffer through
|
* These connectors write text to the terminal's buffer through
|
||||||
* {@link #setNewText(StringBuffer)} and then have this run method
|
* {@link TerminalControl#writeToTerminal(String)} and then have
|
||||||
* exectued in the display thread. This method must not execute
|
* this run method exectued in the display thread. This method
|
||||||
* at the same time as methods {@link #setNewText(StringBuffer)}
|
* must not execute at the same time as methods
|
||||||
* and {@link #clearTerminal()}.
|
* {@link #setNewText(StringBuffer)} and {@link #clearTerminal()}.
|
||||||
* <p>
|
* <p>
|
||||||
* IMPORTANT: This method must be called in strict alternation with method
|
* IMPORTANT: This method must be called in strict alternation with method
|
||||||
* {@link #setNewText(StringBuffer)}.
|
* {@link #setNewText(StringBuffer)}.
|
||||||
|
|
Loading…
Add table
Reference in a new issue