From 44aad3f84d2a820094f3b5e73722778edc8c23f5 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Tue, 24 Apr 2007 22:40:57 +0000
Subject: [PATCH] Make several significant changes to the OpenDS code base, including:
---
opends/src/server/org/opends/server/api/AccountStatusNotificationHandler.java | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/opends/src/server/org/opends/server/api/AccountStatusNotificationHandler.java b/opends/src/server/org/opends/server/api/AccountStatusNotificationHandler.java
index 4ae6d22..74d3405 100644
--- a/opends/src/server/org/opends/server/api/AccountStatusNotificationHandler.java
+++ b/opends/src/server/org/opends/server/api/AccountStatusNotificationHandler.java
@@ -37,7 +37,6 @@
-
/**
* This class defines the set of methods that must be implemented for
* an account status notification handler. This handler will be
@@ -48,9 +47,6 @@
*/
public abstract class AccountStatusNotificationHandler
{
-
-
-
/**
* Initializes this account status notification handler based on the
* information in the provided configuration entry.
@@ -70,7 +66,7 @@
*/
public abstract void initializeStatusNotificationHandler(
ConfigEntry configEntry)
- throws ConfigException, InitializationException;
+ throws ConfigException, InitializationException;
--
Gitblit v1.10.0