From 3e3246e42af6979556dec66ec10ad3d3e009217c 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.
---
opendj-sdk/opends/src/server/org/opends/server/api/AccountStatusNotificationHandler.java | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/api/AccountStatusNotificationHandler.java b/opendj-sdk/opends/src/server/org/opends/server/api/AccountStatusNotificationHandler.java
index 5bf5a62..4ae6d22 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/api/AccountStatusNotificationHandler.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/api/AccountStatusNotificationHandler.java
@@ -80,7 +80,6 @@
*/
public void finalizeStatusNotificationHandler()
{
-
// No action is required by default.
}
@@ -115,7 +114,6 @@
public void handleStatusNotification(
AccountStatusNotification notification)
{
-
handleStatusNotification(notification.getNotificationType(),
notification.getUserDN(),
notification.getMessageID(),
--
Gitblit v1.10.0