< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/naming/cosnaming/NamingUtils.java

Print this page

        

@@ -88,11 +88,11 @@
         debugStream.println("Debug Stream Enabled.");
     }
 
     /**
      * Create a error print stream to the supplied file.
-     * @param logFile the file to which error messages will go.
+     * @param errFile the file to which error messages will go.
      * @exception IOException thrown if the file cannot be opened for output.
      */
     public static void makeErrStream(File errFile)
         throws java.io.IOException {
         if (debug) {
< prev index next >