mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
fixed warning
This commit is contained in:
parent
868f5c7522
commit
a85df46f28
1 changed files with 2 additions and 2 deletions
|
@ -428,8 +428,8 @@ public class TerminalText implements Runnable, ControlListener {
|
|||
|
||||
/**
|
||||
* This method executes in the Display thread to process data received from
|
||||
* the remote host by classes {@link TelnetConnection} and {@link
|
||||
* SerialPortHandler}. This method must not execute at the same time
|
||||
* the remote host by classes {@link TelnetConnection} and
|
||||
* SerialPortHandler. This method must not execute at the same time
|
||||
* as methods {@link #setNewText(StringBuffer)} and {@link #clearTerminal()}.
|
||||
* <p>
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue