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/schema/ProtocolInformationSyntax.java |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/opends/src/server/org/opends/server/schema/ProtocolInformationSyntax.java b/opends/src/server/org/opends/server/schema/ProtocolInformationSyntax.java
index 89ebc2a..41e8666 100644
--- a/opends/src/server/org/opends/server/schema/ProtocolInformationSyntax.java
+++ b/opends/src/server/org/opends/server/schema/ProtocolInformationSyntax.java
@@ -99,7 +99,6 @@
   public void initializeSyntax(ConfigEntry configEntry)
          throws ConfigException
   {
-
     defaultApproximateMatchingRule =
          DirectoryServer.getApproximateMatchingRule(AMR_DOUBLE_METAPHONE_OID);
     if (defaultApproximateMatchingRule == null)
@@ -146,7 +145,6 @@
    */
   public String getSyntaxName()
   {
-
     return SYNTAX_PROTOCOL_INFORMATION_NAME;
   }
 
@@ -159,7 +157,6 @@
    */
   public String getOID()
   {
-
     return SYNTAX_PROTOCOL_INFORMATION_OID;
   }
 
@@ -172,7 +169,6 @@
    */
   public String getDescription()
   {
-
     return SYNTAX_PROTOCOL_INFORMATION_DESCRIPTION;
   }
 
@@ -188,7 +184,6 @@
    */
   public EqualityMatchingRule getEqualityMatchingRule()
   {
-
     return defaultEqualityMatchingRule;
   }
 
@@ -204,7 +199,6 @@
    */
   public OrderingMatchingRule getOrderingMatchingRule()
   {
-
     return defaultOrderingMatchingRule;
   }
 
@@ -220,7 +214,6 @@
    */
   public SubstringMatchingRule getSubstringMatchingRule()
   {
-
     return defaultSubstringMatchingRule;
   }
 
@@ -236,7 +229,6 @@
    */
   public ApproximateMatchingRule getApproximateMatchingRule()
   {
-
     return defaultApproximateMatchingRule;
   }
 
@@ -257,7 +249,6 @@
   public boolean valueIsAcceptable(ByteString value,
                                    StringBuilder invalidReason)
   {
-
     // We will accept any value for this syntax.
     return true;
   }

--
Gitblit v1.10.0