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

diff --git a/opends/src/server/org/opends/server/core/CoreConfigManager.java b/opends/src/server/org/opends/server/core/CoreConfigManager.java
index 43c015b..2493ab3 100644
--- a/opends/src/server/org/opends/server/core/CoreConfigManager.java
+++ b/opends/src/server/org/opends/server/core/CoreConfigManager.java
@@ -110,7 +110,6 @@
    */
   public CoreConfigManager()
   {
-
     // No implementation is required.
   }
 
@@ -130,8 +129,6 @@
   public void initializeCoreConfig()
          throws ConfigException, InitializationException
   {
-
-
     // Get the configuration root entry, since all the attributes we care about
     // should be contained in it.
     ConfigEntry configRoot =
@@ -861,7 +858,6 @@
    */
   public DN getConfigurableComponentEntryDN()
   {
-
     return configEntryDN;
   }
 
@@ -876,7 +872,6 @@
    */
   public List<ConfigAttribute> getConfigurationAttributes()
   {
-
     LinkedList<ConfigAttribute> attrs = new LinkedList<ConfigAttribute>();
 
     ConfigEntry configEntry;
@@ -1401,8 +1396,6 @@
   public boolean hasAcceptableConfiguration(ConfigEntry configEntry,
                                             List<String> unacceptableReasons)
   {
-
-
     // Start out assuming that the configuration is valid.
     boolean configIsAcceptable = true;
 
@@ -1895,7 +1888,6 @@
   public ConfigChangeResult applyNewConfiguration(ConfigEntry configEntry,
                                                   boolean detailedResults)
   {
-
     ArrayList<String> resultMessages      = new ArrayList<String>();
     boolean           adminActionRequired = false;
     ResultCode        resultCode          = ResultCode.SUCCESS;

--
Gitblit v1.10.0