From 69563924a00a8673d7dc5cd621d1eb3fcfdbc21b Mon Sep 17 00:00:00 2001 From: tromey Date: Sun, 20 Apr 2003 22:47:43 +0000 Subject: * java/io/BufferedReader.java, java/io/BufferedWriter.java, java/io/DataInput.java, java/io/DataOutput.java: Imports from Classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65868 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/java/io/DataOutput.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/java/io/DataOutput.java') diff --git a/libjava/java/io/DataOutput.java b/libjava/java/io/DataOutput.java index 462889d646d..e07eb628969 100644 --- a/libjava/java/io/DataOutput.java +++ b/libjava/java/io/DataOutput.java @@ -111,7 +111,7 @@ public interface DataOutput void writeChar(int value) throws IOException; /** - * This method writes a Java char value to an output stream. The + * This method writes a Java short value to an output stream. The * char to be written will be in the lowest 16 bits of the int * value passed. These bytes will be written "big endian". That is, * with the high byte written first in the following manner: @@ -236,7 +236,7 @@ public interface DataOutput void writeBytes(String value) throws IOException; /** - * This method writes all the bytes of a String to an + * This method writes all the characters of a String to an * output stream as an array of char's. Each character * is written using the method specified in the writeChar * method. -- cgit v1.2.1