From 01ef80fd4d355e77fe39cedaf23c3b71b754195e Mon Sep 17 00:00:00 2001 From: Martin Oberhuber Date: Wed, 13 Feb 2008 16:00:54 +0000 Subject: [PATCH] RESOLVED - bug 217675: NPE or SWTException when closing Terminal View while connection establishing --- .../tm/internal/terminal/emulator/VT100TerminalControl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/VT100TerminalControl.java b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/VT100TerminalControl.java index 254e9a4c1e7..f3a541cf2d0 100644 --- a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/VT100TerminalControl.java +++ b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/VT100TerminalControl.java @@ -17,7 +17,7 @@ * Martin Oberhuber (Wind River) - [206883] Serial Terminal leaks Jobs * Martin Oberhuber (Wind River) - [208145] Terminal prints garbage after quick disconnect/reconnect * Martin Oberhuber (Wind River) - [207785] NPE when trying to send char while no longer connected - * Ruslan Sychev - [217675] NPE or SWTException when closing Terminal View while connection establishing + * Ruslan Sychev (Xored Software) - [217675] NPE or SWTException when closing Terminal View while connection establishing *******************************************************************************/ package org.eclipse.tm.internal.terminal.emulator; @@ -157,7 +157,7 @@ public class VT100TerminalControl implements ITerminalControlForText, ITerminalC } /** - * @param strText + * @param strText the text to paste */ public boolean pasteString(String strText) { if(!isConnected())