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/controls/PasswordPolicyRequestControl.java | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/opends/src/server/org/opends/server/controls/PasswordPolicyRequestControl.java b/opends/src/server/org/opends/server/controls/PasswordPolicyRequestControl.java
index 57216ab..16c29b3 100644
--- a/opends/src/server/org/opends/server/controls/PasswordPolicyRequestControl.java
+++ b/opends/src/server/org/opends/server/controls/PasswordPolicyRequestControl.java
@@ -92,7 +92,6 @@
public static PasswordPolicyRequestControl decodeControl(Control control)
throws LDAPException
{
-
if (control.hasValue())
{
int msgID = MSGID_PWPOLICYREQ_CONTROL_HAS_VALUE;
@@ -114,8 +113,6 @@
*/
public String toString()
{
-
-
StringBuilder buffer = new StringBuilder();
toString(buffer);
return buffer.toString();
@@ -131,8 +128,6 @@
*/
public void toString(StringBuilder buffer)
{
-
-
buffer.append("PasswordPolicyRequestControl()");
}
}
--
Gitblit v1.10.0