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

diff --git a/opends/src/server/org/opends/server/core/PasswordPolicyConfig.java b/opends/src/server/org/opends/server/core/PasswordPolicyConfig.java
index 07cea50..5bf9c61 100644
--- a/opends/src/server/org/opends/server/core/PasswordPolicyConfig.java
+++ b/opends/src/server/org/opends/server/core/PasswordPolicyConfig.java
@@ -84,7 +84,6 @@
    */
   public PasswordPolicyConfig(PasswordPolicy policy)
   {
-
     this.currentPolicy = policy;
     DirectoryServer.registerConfigurableComponent(this);
   }
@@ -96,7 +95,6 @@
    */
   public void finalizePasswordPolicyConfig()
   {
-
     DirectoryServer.deregisterConfigurableComponent(this);
   }
 
@@ -111,7 +109,6 @@
    */
   public DN getConfigurableComponentEntryDN()
   {
-
     return currentPolicy.getConfigEntryDN();
   }
 
@@ -126,8 +123,6 @@
    */
   public List<ConfigAttribute> getConfigurationAttributes()
   {
-
-
     // Create a list of units and values that we can use to represent time
     // periods.
     LinkedHashMap<String,Double> timeUnits = new LinkedHashMap<String,Double>();
@@ -402,7 +397,6 @@
   public boolean hasAcceptableConfiguration(ConfigEntry configEntry,
                                             List<String> unacceptableReasons)
   {
-
     assert configEntry.getDN().equals(this.currentPolicy.getConfigEntryDN() )
             : "Internal Error: mismatch between DN of configuration entry and"
               + "DN of current password policy." ;
@@ -457,7 +451,6 @@
   public ConfigChangeResult applyNewConfiguration(ConfigEntry configEntry,
                                                   boolean detailedResults)
   {
-
     assert configEntry.getDN().equals(this.currentPolicy.getConfigEntryDN() )
             : "Internal Error: mismatch between DN of configuration entry and"
               + "DN of current password policy." ;

--
Gitblit v1.10.0