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

Nicolas Capponi
25.54.2016 09cf0ade4fd10e5e1e7aa7b220e0b7a616a89cfc
opendj-server-legacy/src/main/java/org/opends/server/loggers/RotationActionThread.java
@@ -12,7 +12,7 @@
 * information: "Portions Copyright [year] [name of copyright owner]".
 *
 * Copyright 2006-2008 Sun Microsystems, Inc.
 * Portions Copyright 2014-2015 ForgeRock AS.
 * Portions Copyright 2014-2016 ForgeRock AS.
 */
package org.opends.server.loggers;
@@ -20,7 +20,7 @@
import org.forgerock.i18n.slf4j.LocalizedLogger;
import org.opends.server.api.DirectoryThread;
import org.opends.server.config.ConfigEntry;
import org.opends.server.types.Entry;
/**
 * This thread is spawned off at the time of file rotation to
@@ -33,7 +33,7 @@
  private ArrayList<ActionType> actions;
  private String filename;
  private ConfigEntry configEntry;
  private Entry configEntry;
  /**
   * Create the logger thread along with the specified file name,
@@ -46,7 +46,7 @@
   */
  public RotationActionThread(String filename,
            ArrayList<ActionType> actions,
            ConfigEntry configEntry)
            Entry configEntry)
  {
    super("Logger Rotation Action Thread");