1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-02 06:35:28 +02:00

[cleanup] Update Javadocs

This commit is contained in:
Martin Oberhuber 2008-04-04 17:07:49 +00:00
parent 8292c6761b
commit 5b0837cf7f

View file

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