mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 20:15:22 +02:00
[cleanup] Update Javadocs
This commit is contained in:
parent
8292c6761b
commit
5b0837cf7f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* 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.
|
* Read a single byte. Blocks until a byte is available.
|
||||||
*
|
*
|
||||||
* @return a byte from the buffer
|
* @return a byte from the buffer
|
||||||
* @throws InterruptedException when the Thread is interrupted while
|
* @throws InterruptedException when the Thread is interrupted while
|
||||||
* waiting for the buffer to be filled with a readable byte
|
* waiting for the buffer to be filled with a readable byte
|
||||||
|
|
Loading…
Add table
Reference in a new issue