< prev index next >

src/java.rmi/share/classes/sun/rmi/log/LogOutputStream.java

Print this page

        

*** 33,43 **** private RandomAccessFile raf; /** * Creates an output file with the specified system dependent * file descriptor. ! * @param fd the system dependent file descriptor * @exception IOException If an I/O error has occurred. */ public LogOutputStream(RandomAccessFile raf) throws IOException { this.raf = raf; } --- 33,43 ---- private RandomAccessFile raf; /** * Creates an output file with the specified system dependent * file descriptor. ! * @param raf the system dependent file descriptor. * @exception IOException If an I/O error has occurred. */ public LogOutputStream(RandomAccessFile raf) throws IOException { this.raf = raf; }
< prev index next >