From 5b0837cf7ffa33e9f09bf0fc33cd401774f90d01 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Fri, 4 Apr 2008 17:07:49 +0000 Subject: [PATCH] [cleanup] Update Javadocs --- .../internal/terminal/control/impl/TerminalInputStream.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalInputStream.java b/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalInputStream.java index ff19ef56dff..8bcdf44cfb8 100644 --- a/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalInputStream.java +++ b/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalInputStream.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 1996, 2007 Wind River Systems, Inc. and others. + * Copyright (c) 1996, 2008 Wind River Systems, Inc. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -139,7 +139,7 @@ public class TerminalInputStream extends InputStream { } /** * Read a single byte. Blocks until a byte is available. - * + * * @return a byte from the buffer * @throws InterruptedException when the Thread is interrupted while * waiting for the buffer to be filled with a readable byte