BufferedInputStream.java: Fixed @author tag.
2004-10-18 Michael Koch <konqueror@gmx.de> * java/io/BufferedInputStream.java: Fixed @author tag. (read): Simplified expression. (read): Merged javadoc a bit more. (read): Renamed 'remain' to 'totalBytesRead'. * java/io/DataInputStream.java, java/io/DataOutputStream.java, java/io/ObjectInputStream.java, java/io/ObjectOutputStream.java: Reworked modifier order. From-SVN: r89218
This commit is contained in:
parent
ba3ed8d806
commit
0736f19f4e
6 changed files with 28 additions and 17 deletions
|
@ -404,7 +404,7 @@ public class DataOutputStream extends FilterOutputStream implements DataOutput
|
|||
*
|
||||
* @see DataInput#readUTF
|
||||
*/
|
||||
public synchronized final void writeUTF (String value) throws IOException
|
||||
public final synchronized void writeUTF(String value) throws IOException
|
||||
{
|
||||
int len = value.length();
|
||||
int sum = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue