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/extensions/CancelExtendedOperation.java |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/opends/src/server/org/opends/server/extensions/CancelExtendedOperation.java b/opends/src/server/org/opends/server/extensions/CancelExtendedOperation.java
index 209040d..14ccff5 100644
--- a/opends/src/server/org/opends/server/extensions/CancelExtendedOperation.java
+++ b/opends/src/server/org/opends/server/extensions/CancelExtendedOperation.java
@@ -97,7 +97,6 @@
   public void initializeExtendedOperationHandler(ConfigEntry configEntry)
          throws ConfigException, InitializationException
   {
-
     // No special configuration is required.
 
     DirectoryServer.registerSupportedExtension(OID_CANCEL_REQUEST, this);
@@ -111,7 +110,6 @@
    */
   public void finalizeExtendedOperationHandler()
   {
-
     DirectoryServer.deregisterSupportedExtension(OID_CANCEL_REQUEST);
   }
 
@@ -124,8 +122,6 @@
    */
   public void processExtendedOperation(ExtendedOperation operation)
   {
-
-
     // The value of the request must be a sequence containing an integer element
     // that holds the message ID of the operation to cancel.  If there is no
     // value or it cannot be decoded, then fail.

--
Gitblit v1.10.0