This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FYI: Patch: java.io - style and javadoc fixes


Hi list,


I have just commited the following patch to fix javadocs and style all 
over java.io. Unfortunately I have deleted the exact patch I commited 
and cvs diff gave me a weird diff about changed files deleted long ago 
so I give here the link to the automatic cvs commit mail. There can the 
patch be seen too:

http://gcc.gnu.org/ml/gcc-cvs/2004-04/msg00714.html

I hope thats okay for now.


Michael


2004-04-20  Michael Koch  <konqueror@gmx.de>
        
        * java/io/BufferedWriter.java,
        java/io/ByteArrayInputStream.java,
        java/io/CharArrayWriter.java,
        java/io/DataInput.java,
        java/io/DataInputStream.java,
        java/io/File.java,
        java/io/FilterInputStream.java,
        java/io/InputStream.java,
        java/io/InputStreamReader.java,
        java/io/ObjectInputStream.java,
        java/io/ObjectStreamClass.java,
        java/io/PipedInputStream.java,
        java/io/PipedReader.java,
        java/io/PushbackInputStream.java,
        java/io/PushbackReader.java,
        java/io/RandomAccessFile.java,
        java/io/SerializablePermission.java,
        java/io/StreamTokenizer.java,
        java/io/StringWriter.java,
        java/io/WriteAbortedException.java,
        java/io/Writer.java:
        Fixed javadocs all over, rename arguments to match javadocs,
        fixed coding style.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]