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

Jean-Noël Rouvignac
31.51.2016 0b1d47206c74ddfdcbf60b81b30ef24f59aa56d0
opendj-server-legacy/src/main/java/org/opends/server/loggers/PostRotationAction.java
@@ -16,10 +16,7 @@
 */
package org.opends.server.loggers;
/**
 * This interface describes the action that needs to be taken
 * at the time of a rotation.
 */
/** This interface describes the action that needs to be taken at the time of a rotation. */
interface PostRotationAction
{
  /**
@@ -30,6 +27,4 @@
   *          <CODE>false</CODE> if it was not.
   */
  boolean execute();
}