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

Jean-Noel Rouvignac
08.00.2015 a23343e9e4e0b555b1bcfa99a7455e0e28117a3d
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/StorageStatus.java
@@ -42,7 +42,7 @@
    LOCKED_DOWN,
    /** Storage has no resources to execute operations. */
    UNUSABLE
  };
  }
  /** Hopefully resources are always in this state. */
  private static final StorageStatus WORKING = new StorageStatus(Code.WORKING, null);