From 99aaa917a95d7ec19e14dad25f61f58ff84753b1 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 10:49:57 +0000
Subject: [PATCH] Autorefactored javadocs
---
opendj-server-legacy/src/main/java/org/opends/server/monitors/EntryCacheMonitorProvider.java | 22 ++++++++--------------
1 files changed, 8 insertions(+), 14 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/monitors/EntryCacheMonitorProvider.java b/opendj-server-legacy/src/main/java/org/opends/server/monitors/EntryCacheMonitorProvider.java
index cebd8ee..d4a4728 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/monitors/EntryCacheMonitorProvider.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/monitors/EntryCacheMonitorProvider.java
@@ -22,7 +22,7 @@
*
*
* Copyright 2008-2010 Sun Microsystems, Inc.
- * Portions Copyright 2014 ForgeRock AS
+ * Portions Copyright 2014-2015 ForgeRock AS
*/
package org.opends.server.monitors;
@@ -52,16 +52,16 @@
private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
- // The name for this monitor.
+ /** The name for this monitor. */
private String monitorName;
- // The entry cache common name.
+ /** The entry cache common name. */
private String entryCacheName;
- // The entry cache with which this monitor is associated.
+ /** The entry cache with which this monitor is associated. */
private EntryCache<? extends EntryCacheCfg> entryCache;
- // Entry cache monitor configuration.
+ /** Entry cache monitor configuration. */
private EntryCacheMonitorProviderCfg monitorConfiguration;
/**
@@ -88,9 +88,7 @@
this.entryCache = entryCache;
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public void initializeMonitorProvider(
EntryCacheMonitorProviderCfg configuration)
@@ -117,18 +115,14 @@
}
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public String getMonitorInstanceName()
{
return monitorName;
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public ArrayList<Attribute> getMonitorData()
{
--
Gitblit v1.10.0