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

fixed warning

This commit is contained in:
Michael Scharf 2007-02-07 21:32:41 +00:00
parent d038f96ff3
commit d725899290

View file

@ -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>
*