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

diff --git a/opends/src/server/org/opends/server/api/ExtendedOperationHandler.java b/opends/src/server/org/opends/server/api/ExtendedOperationHandler.java
index ae48759..34a6baf 100644
--- a/opends/src/server/org/opends/server/api/ExtendedOperationHandler.java
+++ b/opends/src/server/org/opends/server/api/ExtendedOperationHandler.java
@@ -50,14 +50,14 @@
 public abstract class
      ExtendedOperationHandler<T extends ExtendedOperationHandlerCfg>
 {
-
-
   /**
    * The default set of supported control OIDs for this extended
    * operation.
    */
   protected Set<String> supportedControlOIDs = new HashSet<String>(0);
 
+
+
   /**
    * The default set of supported feature OIDs for this extended
    * operation.
@@ -85,8 +85,7 @@
    *                                   not related to the server
    *                                   configuration.
    */
-  public abstract void
-       initializeExtendedOperationHandler(T config)
+  public abstract void initializeExtendedOperationHandler(T config)
          throws ConfigException, InitializationException;
 
 

--
Gitblit v1.10.0