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/api/AttributeSyntax.java | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/opends/src/server/org/opends/server/api/AttributeSyntax.java b/opends/src/server/org/opends/server/api/AttributeSyntax.java
index 413470a..877ac8f 100644
--- a/opends/src/server/org/opends/server/api/AttributeSyntax.java
+++ b/opends/src/server/org/opends/server/api/AttributeSyntax.java
@@ -74,7 +74,6 @@
*/
public void finalizeSyntax()
{
-
// No implementation required.
}
@@ -186,7 +185,6 @@
*/
public int hashCode()
{
-
int hashCode = 0;
String oidString = getOID();
@@ -215,7 +213,6 @@
*/
public boolean equals(Object o)
{
-
if (o == null)
{
return false;
@@ -245,7 +242,6 @@
*/
public String toString()
{
-
StringBuilder buffer = new StringBuilder();
toString(buffer);
return buffer.toString();
@@ -262,7 +258,6 @@
*/
public void toString(StringBuilder buffer)
{
-
buffer.append("( ");
buffer.append(getOID());
--
Gitblit v1.10.0