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

diff --git a/opends/src/server/org/opends/server/extensions/StartTLSExtendedOperation.java b/opends/src/server/org/opends/server/extensions/StartTLSExtendedOperation.java
index d5f2335..7eaf9f7 100644
--- a/opends/src/server/org/opends/server/extensions/StartTLSExtendedOperation.java
+++ b/opends/src/server/org/opends/server/extensions/StartTLSExtendedOperation.java
@@ -97,7 +97,6 @@
   public void initializeExtendedOperationHandler(ConfigEntry configEntry)
          throws ConfigException, InitializationException
   {
-
     // FIXME -- Are there any configurable options that we should support?
     DirectoryServer.registerSupportedExtension(OID_START_TLS_REQUEST, this);
   }
@@ -110,7 +109,6 @@
    */
   public void finalizeExtendedOperationHandler()
   {
-
     DirectoryServer.deregisterSupportedExtension(OID_START_TLS_REQUEST);
   }
 
@@ -123,8 +121,6 @@
    */
   public void processExtendedOperation(ExtendedOperation operation)
   {
-
-
     // We should always include the StartTLS OID in the response (the same OID
     // is used for both the request and the response), so make sure that it will
     // happen.

--
Gitblit v1.10.0