From a49dee3f75d6e2548e9114d9495655dd56f06973 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 01 Mar 2007 05:18:42 +0000
Subject: [PATCH] Remove blank lines at the beginning of methods left after eliminating the debugEnter and debugConstructor calls.
---
opends/src/server/org/opends/server/plugins/LDAPADListPlugin.java | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/opends/src/server/org/opends/server/plugins/LDAPADListPlugin.java b/opends/src/server/org/opends/server/plugins/LDAPADListPlugin.java
index 5270c32..fb6f307 100644
--- a/opends/src/server/org/opends/server/plugins/LDAPADListPlugin.java
+++ b/opends/src/server/org/opends/server/plugins/LDAPADListPlugin.java
@@ -84,8 +84,6 @@
ConfigEntry configEntry)
throws ConfigException
{
-
-
// The set of plugin types must contain only the pre-parse search element.
if (pluginTypes.isEmpty())
{
@@ -122,8 +120,6 @@
public final PreParsePluginResult
doPreParse(PreParseSearchOperation searchOperation)
{
-
-
// Iterate through the requested attributes to see if any of them start with
// an "@" symbol. If not, then we don't need to do anything. If so, then
// keep track of them.
--
Gitblit v1.10.0