From e7cac727a9231ff3602e61a4ea678e0463eb0e39 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 09:41:42 +0000
Subject: [PATCH] Autorefactored javadocs
---
opendj-server-legacy/src/main/java/org/opends/server/admin/SetRelationDefinition.java | 36 ++++++++++++++++--------------------
1 files changed, 16 insertions(+), 20 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/admin/SetRelationDefinition.java b/opendj-server-legacy/src/main/java/org/opends/server/admin/SetRelationDefinition.java
index a0e7944..4c1bfe0 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/admin/SetRelationDefinition.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/admin/SetRelationDefinition.java
@@ -22,7 +22,7 @@
*
*
* Copyright 2009 Sun Microsystems, Inc.
- * Portions Copyright 2014 ForgeRock AS
+ * Portions Copyright 2014-2015 ForgeRock AS
*/
package org.opends.server.admin;
@@ -72,11 +72,13 @@
extends AbstractBuilder<C, S, SetRelationDefinition<C, S>>
{
- // The plural name of the relation.
+ /** The plural name of the relation. */
private final String pluralName;
- // The optional default managed objects associated with this
- // set relation definition.
+ /**
+ * The optional default managed objects associated with this
+ * set relation definition.
+ */
private final Map<String,
DefaultManagedObject<? extends C, ? extends S>>
defaultManagedObjects =
@@ -123,9 +125,7 @@
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
protected SetRelationDefinition<C, S> buildInstance(
Common<C, S> common)
@@ -138,18 +138,20 @@
- // The plural name of the relation.
+ /** The plural name of the relation. */
private final String pluralName;
- // The optional default managed objects associated with this
- // set relation definition.
+ /**
+ * The optional default managed objects associated with this
+ * set relation definition.
+ */
private final Map<String,
DefaultManagedObject<? extends C, ? extends S>>
defaultManagedObjects;
- // Private constructor.
+ /** Private constructor. */
private SetRelationDefinition(
Common<C, S> common,
String pluralName,
@@ -163,9 +165,7 @@
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public <R, P> R accept(RelationDefinitionVisitor<R, P> v, P p)
{
@@ -258,9 +258,7 @@
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public void toString(StringBuilder builder)
{
@@ -274,9 +272,7 @@
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
protected void initialize() throws Exception
{
--
Gitblit v1.10.0