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

diff --git a/opends/src/server/org/opends/server/extensions/FileBasedTrustManagerProvider.java b/opends/src/server/org/opends/server/extensions/FileBasedTrustManagerProvider.java
index 655fd8b..a7684b4 100644
--- a/opends/src/server/org/opends/server/extensions/FileBasedTrustManagerProvider.java
+++ b/opends/src/server/org/opends/server/extensions/FileBasedTrustManagerProvider.java
@@ -105,7 +105,6 @@
    */
   public FileBasedTrustManagerProvider()
   {
-
     // No implementation is required.
   }
 
@@ -129,8 +128,6 @@
   public void initializeTrustManagerProvider(ConfigEntry configEntry)
          throws ConfigException, InitializationException
   {
-
-
     // Store the DN of the configuration entry.
     configEntryDN = configEntry.getDN();
 
@@ -487,7 +484,6 @@
    */
   public void finalizeTrustManagerProvider()
   {
-
     DirectoryServer.deregisterConfigurableComponent(this);
   }
 
@@ -506,8 +502,6 @@
   public TrustManager[] getTrustManagers()
          throws DirectoryException
   {
-
-
     KeyStore trustStore;
     try
     {
@@ -567,7 +561,6 @@
    */
   public DN getConfigurableComponentEntryDN()
   {
-
     return configEntryDN;
   }
 
@@ -582,7 +575,6 @@
    */
   public List<ConfigAttribute> getConfigurationAttributes()
   {
-
     LinkedList<ConfigAttribute> attrList = new LinkedList<ConfigAttribute>();
 
 
@@ -663,8 +655,6 @@
   public boolean hasAcceptableConfiguration(ConfigEntry configEntry,
                                             List<String> unacceptableReasons)
   {
-
-
     // Make sure that a trust store file was provided.
     int msgID = MSGID_FILE_TRUSTMANAGER_DESCRIPTION_FILE;
     StringConfigAttribute fileStub =
@@ -982,7 +972,6 @@
   public ConfigChangeResult applyNewConfiguration(ConfigEntry configEntry,
                                                   boolean detailedResults)
   {
-
     ResultCode        resultCode          = ResultCode.SUCCESS;
     boolean           adminActionRequired = false;
     ArrayList<String> messages            = new ArrayList<String>();

--
Gitblit v1.10.0