opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/Storage.java
@@ -111,10 +111,6 @@ */ boolean supportsBackupAndRestore(); /** {@inheritDoc} */ @Override void close(); /** * Creates a backup for this storage. * @@ -149,9 +145,12 @@ void restoreBackup(RestoreConfig restoreConfig) throws DirectoryException; /** * TODO JNR. * Lists the trees that exist in this storage. * * @return TODO JNR * @return a set of {@link TreeName}s representing the trees that exist in this storage */ Set<TreeName> listTrees(); @Override void close(); }