--- old/src/java.rmi/share/classes/sun/rmi/log/LogOutputStream.java 2015-05-18 17:53:52.828753399 +0400 +++ new/src/java.rmi/share/classes/sun/rmi/log/LogOutputStream.java 2015-05-18 17:53:52.676753399 +0400 @@ -35,7 +35,7 @@ /** * Creates an output file with the specified system dependent * file descriptor. - * @param fd the 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 {