From a85df46f284f9328d00fbd480e596fc8c5fa957b Mon Sep 17 00:00:00 2001 From: Michael Scharf Date: Wed, 7 Feb 2007 21:32:41 +0000 Subject: [PATCH] fixed warning --- .../eclipse/tm/terminal/internal/control/TerminalText.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/terminal/internal/control/TerminalText.java b/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/terminal/internal/control/TerminalText.java index ef01b36b126..7b431856d48 100644 --- a/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/terminal/internal/control/TerminalText.java +++ b/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/terminal/internal/control/TerminalText.java @@ -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()}. *

*