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/PropertyDefinition.java | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/admin/PropertyDefinition.java b/opendj-server-legacy/src/main/java/org/opends/server/admin/PropertyDefinition.java
index 177d02e..478dc93 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/admin/PropertyDefinition.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/admin/PropertyDefinition.java
@@ -69,19 +69,19 @@
protected static abstract class AbstractBuilder
<T, D extends PropertyDefinition<T>> {
- // The administrator action.
+ /** The administrator action. */
private AdministratorAction adminAction;
- // The default behavior provider.
+ /** The default behavior provider. */
private DefaultBehaviorProvider<T> defaultBehavior;
- // The abstract managed object
+ /** The abstract managed object. */
private final AbstractManagedObjectDefinition<?, ?> definition;
- // The options applicable to this definition.
+ /** The options applicable to this definition. */
private final EnumSet<PropertyOption> options;
- // The name of this property definition.
+ /** The name of this property definition. */
private final String propertyName;
@@ -183,22 +183,22 @@
DefaultBehaviorProvider<T> defaultBehavior);
}
- // The administrator action.
+ /** The administrator action. */
private final AdministratorAction adminAction;
- // The default behavior provider.
+ /** The default behavior provider. */
private final DefaultBehaviorProvider<T> defaultBehavior;
- // The abstract managed object
+ /** The abstract managed object. */
private final AbstractManagedObjectDefinition<?, ?> definition;
- // Options applicable to this definition.
+ /** Options applicable to this definition. */
private final Set<PropertyOption> options;
- // The property name.
+ /** The property name. */
private final String propertyName;
- // The property value class.
+ /** The property value class. */
private final Class<T> theClass;
--
Gitblit v1.10.0