mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
20.46.2014 66be6c035cb58baccacb6831f7403d5c2247f4b2
opendj-server/src/main/java/org/forgerock/opendj/server/setup/cli/SetupLog.java
@@ -47,9 +47,9 @@
 */
final class SetupLog {
    static private File logFile = null;
    static private FileHandler fileHandler = null;
    final static String LOGNAME = "setup.log";
    private static File logFile = null;
    private static FileHandler fileHandler = null;
    static final String LOGNAME = "setup.log";
    private SetupLog() {
        //  Nothing to do.
@@ -117,7 +117,7 @@
     *
     * @return File representing the log file
     */
    static public File getLogFile() {
    public static File getLogFile() {
        return logFile;
    }
}