From 3e3246e42af6979556dec66ec10ad3d3e009217c 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.

---
 opendj-sdk/opends/src/server/org/opends/server/plugins/LastModPlugin.java |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/plugins/LastModPlugin.java b/opendj-sdk/opends/src/server/org/opends/server/plugins/LastModPlugin.java
index 96a3d56..2b522af 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/plugins/LastModPlugin.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/plugins/LastModPlugin.java
@@ -121,8 +121,6 @@
                                      ConfigEntry configEntry)
          throws ConfigException
   {
-
-
     // Make sure that the plugin has been enabled for the appropriate types.
     for (PluginType t : pluginTypes)
     {
@@ -152,8 +150,6 @@
   public final PreOperationPluginResult
        doPreOperation(PreOperationAddOperation addOperation)
   {
-
-
     // Create the attribute list for the creatorsName attribute, if appropriate.
     DN creatorDN = addOperation.getAuthorizationDN();
     LinkedHashSet<AttributeValue> nameValues =
@@ -203,8 +199,6 @@
   public final PreOperationPluginResult
        doPreOperation(PreOperationModifyOperation modifyOperation)
   {
-
-
     // Create the modifiersName attribute.
     DN modifierDN = modifyOperation.getAuthorizationDN();
     LinkedHashSet<AttributeValue> nameValues =
@@ -282,8 +276,6 @@
   public final PreOperationPluginResult
        doPreOperation(PreOperationModifyDNOperation modifyDNOperation)
   {
-
-
     // Create the modifiersName attribute.
     DN modifierDN = modifyDNOperation.getAuthorizationDN();
     LinkedHashSet<AttributeValue> nameValues =

--
Gitblit v1.10.0