opendj-server-legacy/src/main/java/org/opends/server/loggers/PostRotationAction.java
@@ -22,12 +22,10 @@ * * * Copyright 2006-2008 Sun Microsystems, Inc. * Portions Copyright 2014 ForgeRock AS * Portions Copyright 2014-2015 ForgeRock AS */ package org.opends.server.loggers; /** * This interface describes the action that needs to be taken * at the time of a rotation. @@ -41,7 +39,7 @@ * @return <CODE>true</CODE> if the rotation action was successful, or * <CODE>false</CODE> if it was not. */ public boolean execute(); boolean execute(); }