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

diff --git a/opends/src/server/org/opends/server/api/plugin/IntermediateResponsePluginResult.java b/opends/src/server/org/opends/server/api/plugin/IntermediateResponsePluginResult.java
index 61ed347..4564159 100644
--- a/opends/src/server/org/opends/server/api/plugin/IntermediateResponsePluginResult.java
+++ b/opends/src/server/org/opends/server/api/plugin/IntermediateResponsePluginResult.java
@@ -28,18 +28,12 @@
 
 
 
-
-
-
 /**
  * This class defines a data structure that holds information about
  * the result of processing by an intermediate response plugin.
  */
 public class IntermediateResponsePluginResult
 {
-
-
-
   /**
    * An intermediate response plugin result instance that indicates
    * all processing was successful.

--
Gitblit v1.10.0