< prev index next >

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

Print this page

        

@@ -122,11 +122,11 @@
     /**
      * Creates a ReliableLog to handle checkpoints and logging in a
      * 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
      * occurred or if initialSnapshot callback raises an exception or
      * if an exception occurs during invocation of the handler's

@@ -168,11 +168,11 @@
     /**
      * Creates a ReliableLog to handle checkpoints and logging in a
      * 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
      * @exception IOException If a directory creation error has
      * occurred or if initialSnapshot callback raises an exception
      */
     public ReliableLog(String dirPath,
< prev index next >