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/dsml/org/opends/dsml/protocol/DSMLCompareOperation.java |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/opends/src/dsml/org/opends/dsml/protocol/DSMLCompareOperation.java b/opends/src/dsml/org/opends/dsml/protocol/DSMLCompareOperation.java
index 5e9ae16..88a6a98 100644
--- a/opends/src/dsml/org/opends/dsml/protocol/DSMLCompareOperation.java
+++ b/opends/src/dsml/org/opends/dsml/protocol/DSMLCompareOperation.java
@@ -82,7 +82,6 @@
         CompareRequest compareRequest)
     throws IOException, LDAPException, ASN1Exception
   {
-
     LDAPResult compareResponse = objFactory.createLDAPResult();
 
     String requestID = compareRequest.getRequestID();

--
Gitblit v1.10.0