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

Nicolas Capponi
30.38.2014 22542acc2f7a03a735ae73c49c09252068ebc86d
opendj3-server-dev/src/server/org/opends/server/loggers/EncryptAction.java
@@ -22,6 +22,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions Copyright 2014 ForgeRock AS
 */
package org.opends.server.loggers;
@@ -31,7 +32,7 @@
 * This class implements a post rotation action that encrypts
 * the log file.
 */
public class EncryptAction implements PostRotationAction
class EncryptAction implements PostRotationAction
{
  private File originalFile;