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

Jean-Noel Rouvignac
02.01.2015 0e4a4f6c67f189d3a9a6991bdda5751c929398ed
opendj-server-legacy/src/main/java/org/opends/server/api/Backupable.java
@@ -34,7 +34,7 @@
 * Represents an entity (storage, backend) that can be backed up.
 * <p>
 * The files to backup must be located under a root directory given by
 * {@code getDirectory()} method. They can be located at any depth level
 * {@link #getDirectory()} method. They can be located at any depth level
 * in a sub-directory. For example, file1, file2 and file3 can be returned as
 * files to backup:
 * <pre>
@@ -60,7 +60,7 @@
 * otherwise it is an indirect restore.
 * <p>
 * Actions taken before and after the restore should be handled in the {@code beforeRestore()} and
 * {@code afterRestore()} methods.
 * {@link #afterRestore(Path, Path)} methods.
 *
 * @see {@link BackupManager}
 */