From 31800ebec07ed86012e0aeb5a934f752975e8ea4 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 10 Feb 2015 13:52:17 +0000
Subject: [PATCH] OPENDJ-1716 Various PluggableBackend/Storage refactorings

---
 opendj3-server-dev/src/server/org/opends/server/api/Backend.java |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diff --git a/opendj3-server-dev/src/server/org/opends/server/api/Backend.java b/opendj3-server-dev/src/server/org/opends/server/api/Backend.java
index 849e907..8c4a4c5 100644
--- a/opendj3-server-dev/src/server/org/opends/server/api/Backend.java
+++ b/opendj3-server-dev/src/server/org/opends/server/api/Backend.java
@@ -720,24 +720,6 @@
   public abstract boolean supportsBackup();
 
   /**
-   * Indicates whether this backend provides a mechanism to perform a
-   * backup of its contents in a form that can be restored later,
-   * based on the provided configuration.
-   *
-   * @param  backupConfig       The configuration of the backup for
-   *                            which to make the determination.
-   * @param  unsupportedReason  A buffer to which a message can be
-   *                            appended
-   *                            explaining why the requested backup is
-   *                            not supported.
-   *
-   * @return  {@code true} if this backend provides a mechanism for
-   *          performing backups with the provided configuration, or
-   *          {@code false} if not.
-   */
-  public abstract boolean supportsBackup(BackupConfig backupConfig, StringBuilder unsupportedReason);
-
-  /**
    * Creates a backup of the contents of this backend in a form that
    * may be restored at a later date if necessary.  This method should
    * only be called if {@code supportsBackup} returns {@code true}.

--
Gitblit v1.10.0