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

diff --git a/opends/src/server/org/opends/server/extensions/GSSAPIStateInfo.java b/opends/src/server/org/opends/server/extensions/GSSAPIStateInfo.java
index fa41622..bf03828 100644
--- a/opends/src/server/org/opends/server/extensions/GSSAPIStateInfo.java
+++ b/opends/src/server/org/opends/server/extensions/GSSAPIStateInfo.java
@@ -115,7 +115,6 @@
                          BindOperation bindOperation, String serverFQDN)
          throws InitializationException
   {
-
     this.gssapiHandler = gssapiHandler;
     this.bindOperation = bindOperation;
     this.serverFQDN    = serverFQDN;
@@ -177,7 +176,6 @@
    */
   public void setBindOperation(BindOperation bindOperation)
   {
-
     this.bindOperation = bindOperation;
   }
 
@@ -193,7 +191,6 @@
    */
   public Entry getUserEntry()
   {
-
     return userEntry;
   }
 
@@ -228,7 +225,6 @@
    */
   public void processAuthenticationStage()
   {
-
     try
     {
       Subject.doAs(loginContext.getSubject(), this);
@@ -256,8 +252,6 @@
    */
   public Boolean run()
   {
-
-
     if (saslServer == null)
     {
       // Create the SASL server instance for use with this authentication
@@ -493,8 +487,6 @@
   public void handle(Callback[] callbacks)
          throws UnsupportedCallbackException
   {
-
-
     for (Callback callback : callbacks)
     {
       if (callback instanceof NameCallback)

--
Gitblit v1.10.0