opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/Storage.java
@@ -122,13 +122,4 @@ * @throws StorageRuntimeException if removal fails */ void removeStorageFiles() throws StorageRuntimeException; /** * Replace reserved characters with an underscore character. * * @param databasePrefix * the suffix name to convert * @return a new String suitable for use as a suffix name */ String toSafeSuffixName(String databasePrefix); }