mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
fixed warning
This commit is contained in:
parent
d038f96ff3
commit
d725899290
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
|
* This method executes in the Display thread to process data received from
|
||||||
* the remote host by classes {@link TelnetConnection} and {@link
|
* the remote host by classes {@link TelnetConnection} and
|
||||||
* SerialPortHandler}. This method must not execute at the same time
|
* SerialPortHandler. This method must not execute at the same time
|
||||||
* as methods {@link #setNewText(StringBuffer)} and {@link #clearTerminal()}.
|
* as methods {@link #setNewText(StringBuffer)} and {@link #clearTerminal()}.
|
||||||
* <p>
|
* <p>
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue