From 36706a2d3fab567c623a2f57231f16a66f9ed1f8 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Thu, 8 Feb 2007 09:42:37 +0000 Subject: [PATCH] Improve Javadoc --- .../tm/terminal/internal/control/TerminalText.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 b6d1df8d17c..ecb1187d9c9 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 @@ -433,10 +433,10 @@ public class TerminalText implements Runnable, ControlListener { * SerialPortHandler. *
* These connectors write text to the terminal's buffer through - * {@link #setNewText(StringBuffer)} and then have this run method - * exectued in the display thread. This method must not execute - * at the same time as methods {@link #setNewText(StringBuffer)} - * and {@link #clearTerminal()}. + * {@link TerminalControl#writeToTerminal(String)} and then have + * this run method exectued in the display thread. This method + * must not execute at the same time as methods + * {@link #setNewText(StringBuffer)} and {@link #clearTerminal()}. *
* IMPORTANT: This method must be called in strict alternation with method * {@link #setNewText(StringBuffer)}.