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/WhoAmIExtendedOperation.java | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/opends/src/server/org/opends/server/extensions/WhoAmIExtendedOperation.java b/opends/src/server/org/opends/server/extensions/WhoAmIExtendedOperation.java
index 646d73d..29fa150 100644
--- a/opends/src/server/org/opends/server/extensions/WhoAmIExtendedOperation.java
+++ b/opends/src/server/org/opends/server/extensions/WhoAmIExtendedOperation.java
@@ -88,7 +88,6 @@
public void initializeExtendedOperationHandler(ConfigEntry configEntry)
throws ConfigException, InitializationException
{
-
// No special configuration is required.
DirectoryServer.registerSupportedExtension(OID_WHO_AM_I_REQUEST, this);
@@ -102,7 +101,6 @@
*/
public void finalizeExtendedOperationHandler()
{
-
DirectoryServer.deregisterSupportedExtension(OID_WHO_AM_I_REQUEST);
}
@@ -115,8 +113,6 @@
*/
public void processExtendedOperation(ExtendedOperation operation)
{
-
-
// Get the client connection and determine the DN of the user associated
// with it.
ClientConnection clientConnection = operation.getClientConnection();
--
Gitblit v1.10.0