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

diff --git a/opends/src/server/org/opends/server/extensions/ErrorLogAccountStatusNotificationHandler.java b/opends/src/server/org/opends/server/extensions/ErrorLogAccountStatusNotificationHandler.java
index c26da0b..c6be7f4 100644
--- a/opends/src/server/org/opends/server/extensions/ErrorLogAccountStatusNotificationHandler.java
+++ b/opends/src/server/org/opends/server/extensions/ErrorLogAccountStatusNotificationHandler.java
@@ -119,8 +119,6 @@
   public void initializeStatusNotificationHandler(ConfigEntry configEntry)
        throws ConfigException, InitializationException
   {
-
-
     configEntryDN = configEntry.getDN();
 
 
@@ -188,7 +186,6 @@
                                             notificationType,
                                        DN userDN, int messageID, String message)
   {
-
     if (notificationTypes.contains(notificationType))
     {
       int msgID = MSGID_ERRORLOG_ACCTNOTHANDLER_NOTIFICATION;
@@ -209,7 +206,6 @@
    */
   public DN getConfigurableComponentEntryDN()
   {
-
     return configEntryDN;
   }
 
@@ -224,8 +220,6 @@
    */
   public List<ConfigAttribute> getConfigurationAttributes()
   {
-
-
     LinkedList<ConfigAttribute> attrList = new LinkedList<ConfigAttribute>();
 
     LinkedList<String> typeNames = new LinkedList<String>();
@@ -265,8 +259,6 @@
   public boolean hasAcceptableConfiguration(ConfigEntry configEntry,
                       List<String> unacceptableReasons)
   {
-
-
     // Initialize the set of notification types that should generate log
     // messages.
     int msgID = MSGID_ERRORLOG_ACCTNOTHANDLER_DESCRIPTION_NOTIFICATION_TYPES;
@@ -342,8 +334,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