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/monitors/BackendMonitor.java | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/monitors/BackendMonitor.java b/opendj-sdk/opends/src/server/org/opends/server/monitors/BackendMonitor.java
index 09cef62..342e700 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/monitors/BackendMonitor.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/monitors/BackendMonitor.java
@@ -104,7 +104,6 @@
*/
public void initializeMonitorProvider(ConfigEntry configEntry)
{
-
monitorName = backend.getBackendID() + " Backend";
backendIDType = DirectoryConfig.getAttributeType(ATTR_MONITOR_BACKEND_ID,
@@ -133,7 +132,6 @@
*/
public String getMonitorInstanceName()
{
-
return monitorName;
}
@@ -148,7 +146,6 @@
*/
public ObjectClass getMonitorObjectClass()
{
-
return DirectoryConfig.getObjectClass(OC_MONITOR_BACKEND, true);
}
@@ -159,7 +156,6 @@
*/
public long getUpdateInterval()
{
-
// We don't need do anything on a periodic basis.
return 0;
}
@@ -171,7 +167,6 @@
*/
public void updateMonitorData()
{
-
// No implementaiton is required.
}
@@ -182,7 +177,6 @@
*/
public List<Attribute> getMonitorData()
{
-
LinkedList<Attribute> attrs = new LinkedList<Attribute>();
LinkedHashSet<AttributeValue> values = new LinkedHashSet<AttributeValue>();
--
Gitblit v1.10.0