--- old/src/java.rmi/share/classes/sun/rmi/log/LogOutputStream.java 2015-05-18 19:55:05.740747423 +0400 +++ new/src/java.rmi/share/classes/sun/rmi/log/LogOutputStream.java 2015-05-18 19:55:05.580747423 +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 {