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/PKCS11KeyManagerProvider.java | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/opends/src/server/org/opends/server/extensions/PKCS11KeyManagerProvider.java b/opends/src/server/org/opends/server/extensions/PKCS11KeyManagerProvider.java
index a222907..365fc3e 100644
--- a/opends/src/server/org/opends/server/extensions/PKCS11KeyManagerProvider.java
+++ b/opends/src/server/org/opends/server/extensions/PKCS11KeyManagerProvider.java
@@ -106,7 +106,6 @@
*/
public PKCS11KeyManagerProvider()
{
-
// No implementation is required.
}
@@ -130,8 +129,6 @@
public void initializeKeyManagerProvider(ConfigEntry configEntry)
throws ConfigException, InitializationException
{
-
-
// Store the DN of the configuration entry.
configEntryDN = configEntry.getDN();
@@ -376,7 +373,6 @@
*/
public void finalizeKeyManagerProvider()
{
-
DirectoryServer.deregisterConfigurableComponent(this);
}
@@ -395,7 +391,6 @@
public KeyManager[] getKeyManagers()
throws DirectoryException
{
-
KeyStore keyStore;
try
{
@@ -449,7 +444,6 @@
*/
public DN getConfigurableComponentEntryDN()
{
-
return configEntryDN;
}
@@ -464,7 +458,6 @@
*/
public List<ConfigAttribute> getConfigurationAttributes()
{
-
LinkedList<ConfigAttribute> attrList = new LinkedList<ConfigAttribute>();
@@ -531,7 +524,6 @@
public boolean hasAcceptableConfiguration(ConfigEntry configEntry,
List<String> unacceptableReasons)
{
-
DN configEntryDN = configEntry.getDN();
@@ -761,7 +753,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