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/SubjectEqualsDNCertificateMapper.java | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/opends/src/server/org/opends/server/extensions/SubjectEqualsDNCertificateMapper.java b/opends/src/server/org/opends/server/extensions/SubjectEqualsDNCertificateMapper.java
index 6831ee8..34cab94 100644
--- a/opends/src/server/org/opends/server/extensions/SubjectEqualsDNCertificateMapper.java
+++ b/opends/src/server/org/opends/server/extensions/SubjectEqualsDNCertificateMapper.java
@@ -94,7 +94,6 @@
public void initializeCertificateMapper(ConfigEntry configEntry)
throws ConfigException, InitializationException
{
-
// No initialization is required.
}
@@ -123,8 +122,6 @@
public Entry mapCertificateToUser(Certificate[] certificateChain)
throws DirectoryException
{
-
-
// Make sure that a peer certificate was provided.
if ((certificateChain == null) || (certificateChain.length == 0))
{
--
Gitblit v1.10.0