opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/Storage.java
@@ -41,14 +41,6 @@ public interface Storage extends Closeable { /** Defines access modes of a Storage. */ public enum AccessMode { /** Constant used to open the Storage in read-only mode. */ READ_ONLY, /** Constant used to open the Storage in read-write mode. */ READ_WRITE; } /** * Starts the import operation. *