opendj-sdk/opends/src/server/org/opends/server/tasks/BackupTask.java
@@ -100,8 +100,6 @@ */ @Override public void initializeTask() throws DirectoryException { // If the client connection is available, then make sure the associated // client has the BACKEND_BACKUP privilege. Operation operation = getOperation(); @@ -534,7 +532,6 @@ */ protected TaskState runTask() { if (!argumentsAreValid()) { return TaskState.STOPPED_BY_ERROR;