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

Jean-Noel Rouvignac
21.39.2014 6771bc57f190a8275922290077de1f6d6b374a6f
opendj-server/src/main/java/org/forgerock/opendj/server/setup/cli/SetupLog.java
@@ -47,8 +47,8 @@
 */
final class SetupLog {
    private static File logFile = null;
    private static FileHandler fileHandler = null;
    private static File logFile;
    private static FileHandler fileHandler;
    static final String LOGNAME = "setup.log";
    private SetupLog() {