From 8d21db36015f8560d9cd2bcee9817f2c0a07a386 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 14:11:47 +0000
Subject: [PATCH] Autorefactored javadocs
---
opendj-server-legacy/src/main/java/org/opends/server/tools/tasks/TaskEntry.java | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/tools/tasks/TaskEntry.java b/opendj-server-legacy/src/main/java/org/opends/server/tools/tasks/TaskEntry.java
index 4c17bd8..a908297 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/tools/tasks/TaskEntry.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/tools/tasks/TaskEntry.java
@@ -67,8 +67,10 @@
private int hashCode;
- // These attributes associated with the ds-task object
- // class are all handled explicitly below in the constructor
+ /**
+ * These attributes associated with the ds-task object
+ * class are all handled explicitly below in the constructor.
+ */
private static Set<String> supAttrNames = new HashSet<String>();
static {
supAttrNames.add("ds-task-id");
@@ -180,9 +182,7 @@
return hashCode;
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public boolean equals(Object o)
{
--
Gitblit v1.10.0