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

diff --git a/opends/src/server/org/opends/server/loggers/RotationConfigUtil.java b/opends/src/server/org/opends/server/loggers/RotationConfigUtil.java
index 74f6255..28e286d 100644
--- a/opends/src/server/org/opends/server/loggers/RotationConfigUtil.java
+++ b/opends/src/server/org/opends/server/loggers/RotationConfigUtil.java
@@ -77,7 +77,6 @@
                      getRotationPolicies(ConfigEntry configEntry)
          throws ConfigException
   {
-
     HashSet<String> allowedValues = new HashSet<String>();
     allowedValues.add("size");
     allowedValues.add("timeofday");
@@ -207,7 +206,6 @@
                      getRetentionPolicies(ConfigEntry configEntry)
          throws ConfigException
   {
-
     StringConfigAttribute logFileStub =
                   new StringConfigAttribute(ATTR_LOGGER_FILE,
                   getMessage(MSGID_CONFIG_LOGGER_DESCRIPTION_CLASS_NAME),
@@ -343,7 +341,6 @@
                      getPostRotationActions(ConfigEntry configEntry)
          throws ConfigException
   {
-
     ArrayList<ActionType> actions = new ArrayList<ActionType>();
 
     StringConfigAttribute rotationActionStub =
@@ -447,7 +444,6 @@
   public static int getIntegerAttribute(ConfigEntry configEntry,
       String attrName, int msgID) throws ConfigException
   {
-
     int value = -1;
 
     IntegerConfigAttribute attrStub =

--
Gitblit v1.10.0