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

diff --git a/opends/src/server/org/opends/server/schema/SubstringAssertionSyntax.java b/opends/src/server/org/opends/server/schema/SubstringAssertionSyntax.java
index 1ea9e92..3e7b20a 100644
--- a/opends/src/server/org/opends/server/schema/SubstringAssertionSyntax.java
+++ b/opends/src/server/org/opends/server/schema/SubstringAssertionSyntax.java
@@ -97,7 +97,6 @@
   public void initializeSyntax(ConfigEntry configEntry)
          throws ConfigException
   {
-
     defaultEqualityMatchingRule =
          DirectoryServer.getEqualityMatchingRule(EMR_CASE_IGNORE_OID);
     if (defaultEqualityMatchingRule == null)
@@ -135,7 +134,6 @@
    */
   public String getSyntaxName()
   {
-
     return SYNTAX_SUBSTRING_ASSERTION_NAME;
   }
 
@@ -148,7 +146,6 @@
    */
   public String getOID()
   {
-
     return SYNTAX_SUBSTRING_ASSERTION_OID;
   }
 
@@ -161,7 +158,6 @@
    */
   public String getDescription()
   {
-
     return SYNTAX_SUBSTRING_ASSERTION_DESCRIPTION;
   }
 
@@ -177,7 +173,6 @@
    */
   public EqualityMatchingRule getEqualityMatchingRule()
   {
-
     return defaultEqualityMatchingRule;
   }
 
@@ -193,7 +188,6 @@
    */
   public OrderingMatchingRule getOrderingMatchingRule()
   {
-
     return defaultOrderingMatchingRule;
   }
 
@@ -209,7 +203,6 @@
    */
   public SubstringMatchingRule getSubstringMatchingRule()
   {
-
     return defaultSubstringMatchingRule;
   }
 
@@ -225,7 +218,6 @@
    */
   public ApproximateMatchingRule getApproximateMatchingRule()
   {
-
     // Approximate matching will not be allowed by default.
     return null;
   }
@@ -247,8 +239,6 @@
   public boolean valueIsAcceptable(ByteString value,
                                    StringBuilder invalidReason)
   {
-
-
     // Get the string representation of the value and check its length.  A
     // zero-length value is acceptable.  A one-length value is acceptable as
     // long as it is not an asterisk.  For all other lengths, just ensure that

--
Gitblit v1.10.0