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

Jean-Noel Rouvignac
21.39.2014 0d4ba91f61ab46065c63c17784090c1d318ab674
opendj-sdk/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() {