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/tasks/ShutdownTask.java | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/tasks/ShutdownTask.java b/opendj-sdk/opends/src/server/org/opends/server/tasks/ShutdownTask.java
index ef90196..ae21261 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/tasks/ShutdownTask.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/tasks/ShutdownTask.java
@@ -83,8 +83,6 @@
public void initializeTask()
throws DirectoryException
{
-
-
// See if the entry contains a shutdown message. If so, then use it.
// Otherwise, use a default message.
Entry taskEntry = getTaskEntry();
@@ -170,8 +168,6 @@
*/
public TaskState runTask()
{
-
-
// This is a unique case in that the shutdown cannot finish until this task
// is finished, but this task can't really be finished until the shutdown is
// complete. To work around this catch-22, we'll spawn a separate thread
--
Gitblit v1.10.0