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

Nicolas Capponi
10.17.2014 56269af431723ec4c456c92d0d019e7f6e16832a
opendj3-server-dev/src/server/org/opends/server/loggers/EncryptAction.java
@@ -54,7 +54,7 @@
   *                         encryption.
   * @param  encryptAlg      The encryption algorithm that should be used.
   */
  public EncryptAction(String origFile, String newFile,
  EncryptAction(String origFile, String newFile,
      boolean deleteOriginal, String alias, String encryptAlg)
  {
    this.originalFile = new File(origFile);