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);