--- old/src/java.rmi/share/classes/sun/rmi/log/ReliableLog.java 2015-05-15 20:25:45.502444008 +0400 +++ new/src/java.rmi/share/classes/sun/rmi/log/ReliableLog.java 2015-05-15 20:25:45.346444008 +0400 @@ -124,7 +124,7 @@ * stable storage directory. * * @param dirPath path to the stable storage directory - * @param logCl the closure object containing callbacks for logging and + * @param handler the closure object containing callbacks for logging and * recovery * @param pad ignored * @exception IOException If a directory creation error has @@ -170,8 +170,8 @@ * stable storage directory. * * @param dirPath path to the stable storage directory - * @param logCl the closure object containing callbacks for logging and - * recovery + * @param handler the closure object containing callbacks for logging and + * recovery * @exception IOException If a directory creation error has * occurred or if initialSnapshot callback raises an exception */