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

Jean-Noël Rouvignac
20.42.2016 61b9eb1be03fc03a9f4bb0013a08ff44a1059503
opendj-server-legacy/src/main/java/org/opends/server/loggers/ZIPAction.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;
@@ -25,10 +25,7 @@
import org.forgerock.i18n.slf4j.LocalizedLogger;
/**
 * This class implements a post rotation action that compresses
 * the file using ZIP compression.
 */
/** This class implements a post rotation action that compresses the file using ZIP compression. */
class ZIPAction implements PostRotationAction
{
@@ -61,6 +58,7 @@
   * @return  <CODE>true</CODE> if the compression was successful, or
   *          <CODE>false</CODE> if it was not.
   */
  @Override
  public boolean execute()
  {
    FileInputStream fis = null;