corba/src/java.corba/share/classes/com/sun/corba/se/impl/naming/cosnaming/NamingUtils.java
changeset 30383 45960fdbe465
parent 25862 a5e25d68f971
equal deleted inserted replaced
30073:989253a902c3 30383:45960fdbe465
    88         debugStream.println("Debug Stream Enabled.");
    88         debugStream.println("Debug Stream Enabled.");
    89     }
    89     }
    90 
    90 
    91     /**
    91     /**
    92      * Create a error print stream to the supplied file.
    92      * Create a error print stream to the supplied file.
    93      * @param logFile the file to which error messages will go.
    93      * @param errFile the file to which error messages will go.
    94      * @exception IOException thrown if the file cannot be opened for output.
    94      * @exception IOException thrown if the file cannot be opened for output.
    95      */
    95      */
    96     public static void makeErrStream(File errFile)
    96     public static void makeErrStream(File errFile)
    97         throws java.io.IOException {
    97         throws java.io.IOException {
    98         if (debug) {
    98         if (debug) {