opendj-sdk/opends/src/server/org/opends/server/tasks/RestoreTask.java
@@ -81,8 +81,6 @@ */ @Override public void initializeTask() throws DirectoryException { // If the client connection is available, then make sure the associated // client has the BACKEND_RESTORE privilege. Operation operation = getOperation(); @@ -200,7 +198,6 @@ */ protected TaskState runTask() { // Open the backup directory and make sure it is valid. BackupDirectory backupDir; try