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

Jean-Noël Rouvignac
26.30.2016 310df200f78f7d98cc52e4ab97d8a5feb744fa52
opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/FileManager.java
@@ -40,7 +40,7 @@
class FileManager
{
  /** Describes the approach taken to deleting a file or directory. */
  public static enum DeletionPolicy
  private static enum DeletionPolicy
  {
    /** Delete the file or directory immediately. */
    DELETE_IMMEDIATELY,