From c888ad173543559089d2e0a93b6c1bfc8c1868dc 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:
---
opendj-sdk/opends/src/server/org/opends/server/api/plugin/PostResponsePluginResult.java | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/api/plugin/PostResponsePluginResult.java b/opendj-sdk/opends/src/server/org/opends/server/api/plugin/PostResponsePluginResult.java
index 12f443b..f824e71 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/api/plugin/PostResponsePluginResult.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/api/plugin/PostResponsePluginResult.java
@@ -28,18 +28,12 @@
-
-
-
/**
* This class defines a data structure that holds information about
* the result of processing by a post-response plugin.
*/
public class PostResponsePluginResult
{
-
-
-
/**
* A post-response plugin result instance that indicates all
* processing was successful.
--
Gitblit v1.10.0