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

diff --git a/opends/src/server/org/opends/server/extensions/ExactMatchIdentityMapper.java b/opends/src/server/org/opends/server/extensions/ExactMatchIdentityMapper.java
index eef49f3..d62f7fd 100644
--- a/opends/src/server/org/opends/server/extensions/ExactMatchIdentityMapper.java
+++ b/opends/src/server/org/opends/server/extensions/ExactMatchIdentityMapper.java
@@ -115,8 +115,6 @@
   public void initializeIdentityMapper(ConfigEntry configEntry)
          throws ConfigException, InitializationException
   {
-
-
     configEntryDN = configEntry.getDN();
 
 
@@ -250,8 +248,6 @@
    */
   public void finalizeIdentityMapper()
   {
-
-
     // Deregister with the server as a configurable component.
     DirectoryServer.deregisterConfigurableComponent(this);
   }
@@ -276,8 +272,6 @@
   public Entry getEntryForID(String id)
          throws DirectoryException
   {
-
-
     // Get the attribute type and base DN arrays as local variables to protect
     // against concurrent modifications.
     String[]          matchAttrs = rawMatchAttributes;
@@ -404,7 +398,6 @@
    */
   public DN getConfigurableComponentEntryDN()
   {
-
     return configEntryDN;
   }
 
@@ -419,8 +412,6 @@
    */
   public List<ConfigAttribute> getConfigurationAttributes()
   {
-
-
     LinkedList<ConfigAttribute> attrList = new LinkedList<ConfigAttribute>();
 
     String[] attrs = rawMatchAttributes;
@@ -481,8 +472,6 @@
   public boolean hasAcceptableConfiguration(ConfigEntry configEntry,
                                             List<String> unacceptableReasons)
   {
-
-
     boolean configAcceptable = true;
 
 
@@ -590,8 +579,6 @@
   public ConfigChangeResult applyNewConfiguration(ConfigEntry configEntry,
                                                   boolean detailedResults)
   {
-
-
     ResultCode        resultCode          = ResultCode.SUCCESS;
     boolean           adminActionRequired = false;
     ArrayList<String> messages            = new ArrayList<String>();

--
Gitblit v1.10.0