From be06f47bc163661477f50bf46e103314f1c24498 Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Tue, 16 Nov 2004 11:30:14 +0000 Subject: BufferedReader.java, [...]: Fixed javadocs all over. 2004-11-16 Michael Koch * java/io/BufferedReader.java, java/io/FileInputStream.java, java/io/FileOutputStream.java, java/io/FileWriter.java, java/io/OutputStreamWriter.java, java/io/PipedInputStream.java, java/io/PipedOutputStream.java, java/io/PipedReader.java, java/io/PipedWriter.java, java/io/PrintStream.java, java/io/PushbackInputStream.java, java/io/RandomAccessFile.java, java/io/Reader.java, java/io/StreamTokenizer.java, java/io/StringReader.java, java/net/NetworkInterface.java, java/net/URLClassLoader.java, java/nio/ByteOrder.java, java/nio/channels/Channel.java: Fixed javadocs all over. From-SVN: r90727 --- libjava/java/io/FileOutputStream.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libjava/java/io/FileOutputStream.java') diff --git a/libjava/java/io/FileOutputStream.java b/libjava/java/io/FileOutputStream.java index d81d6d1..1702ffe 100644 --- a/libjava/java/io/FileOutputStream.java +++ b/libjava/java/io/FileOutputStream.java @@ -72,7 +72,7 @@ public class FileOutputStream extends OutputStream * one exists) with the name of the file to be opened. An exception is * thrown if writing is not allowed. * - * @param name The name of the file this stream should write to + * @param path The name of the file this stream should write to * @param append true to append bytes to the end of the file, * or false to write bytes to the beginning * @@ -95,7 +95,7 @@ public class FileOutputStream extends OutputStream * one exists) with the name of the file to be opened. An exception is * thrown if writing is not allowed. * - * @param name The name of the file this stream should write to + * @param path The name of the file this stream should write to * * @exception SecurityException If write access to the file is not allowed * @exception FileNotFoundException If a non-security error occurs @@ -176,7 +176,7 @@ public class FileOutputStream extends OutputStream * one exists) with the specified FileDescriptor as an argument. * An exception is thrown if writing is not allowed. * - * @param file The FileDescriptor this stream should write to + * @param fdObj The FileDescriptor this stream should write to * * @exception SecurityException If write access to the file is not allowed */ -- cgit v1.1