From a49dee3f75d6e2548e9114d9495655dd56f06973 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 01 Mar 2007 05:18:42 +0000
Subject: [PATCH] Remove blank lines at the beginning of methods left after eliminating the debugEnter and debugConstructor calls.

---
 opends/src/server/org/opends/server/tasks/BackupTask.java |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/opends/src/server/org/opends/server/tasks/BackupTask.java b/opends/src/server/org/opends/server/tasks/BackupTask.java
index 00a93de..ec6687f 100644
--- a/opends/src/server/org/opends/server/tasks/BackupTask.java
+++ b/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;

--
Gitblit v1.10.0