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

diff --git a/opends/src/server/org/opends/server/extensions/PasswordModifyExtendedOperation.java b/opends/src/server/org/opends/server/extensions/PasswordModifyExtendedOperation.java
index 73e040d..4dd4a71 100644
--- a/opends/src/server/org/opends/server/extensions/PasswordModifyExtendedOperation.java
+++ b/opends/src/server/org/opends/server/extensions/PasswordModifyExtendedOperation.java
@@ -148,7 +148,6 @@
   public void initializeExtendedOperationHandler(ConfigEntry configEntry)
          throws ConfigException, InitializationException
   {
-
     configEntryDN = configEntry.getDN();
 
     int msgID = MSGID_EXTOP_PASSMOD_DESCRIPTION_ID_MAPPER;
@@ -210,7 +209,6 @@
    */
   public void finalizeExtendedOperationHandler()
   {
-
     DirectoryServer.deregisterConfigurableComponent(this);
 
     DirectoryServer.deregisterSupportedExtension(OID_PASSWORD_MODIFY_REQUEST);
@@ -225,7 +223,6 @@
    */
   public void processExtendedOperation(ExtendedOperation operation)
   {
-
     // Initialize the variables associated with components that may be included
     // in the request.
     ByteString userIdentity = null;
@@ -1219,7 +1216,6 @@
    */
   private Entry getEntryByDN(ExtendedOperation operation, DN entryDN)
   {
-
     // Retrieve the user's entry from the directory.  If it does not exist, then
     // fail.
     try
@@ -1286,7 +1282,6 @@
    */
   public Set<String> getSupportedControls()
   {
-
     return supportedControlOIDs;
   }
 
@@ -1301,7 +1296,6 @@
    */
   public DN getConfigurableComponentEntryDN()
   {
-
     return configEntryDN;
   }
 
@@ -1316,7 +1310,6 @@
    */
   public List<ConfigAttribute> getConfigurationAttributes()
   {
-
     List<ConfigAttribute> attrList = new LinkedList<ConfigAttribute>();
 
     int msgID = MSGID_EXTOP_PASSMOD_DESCRIPTION_ID_MAPPER;
@@ -1345,8 +1338,6 @@
   public boolean hasAcceptableConfiguration(ConfigEntry configEntry,
                       List<String> unacceptableReasons)
   {
-
-
     // Make sure that the specified identity mapper is OK.
     int msgID = MSGID_EXTOP_PASSMOD_DESCRIPTION_ID_MAPPER;
     DNConfigAttribute mapperStub =

--
Gitblit v1.10.0