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

diff --git a/opends/src/server/org/opends/server/api/PasswordGenerator.java b/opends/src/server/org/opends/server/api/PasswordGenerator.java
index ed15e83..74d445a 100644
--- a/opends/src/server/org/opends/server/api/PasswordGenerator.java
+++ b/opends/src/server/org/opends/server/api/PasswordGenerator.java
@@ -37,7 +37,6 @@
 
 
 
-
 /**
  * This class defines a set of methods and structures that must be
  * implemented by a Directory Server module that may be used to
@@ -52,9 +51,6 @@
 public abstract class PasswordGenerator
        <T extends PasswordGeneratorCfg>
 {
-
-
-
   /**
    * Initializes this password generator based on the information in
    * the provided configuration entry.

--
Gitblit v1.10.0