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/condition/IsPresentCondition.java |   18 ++++++------------
 1 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/admin/condition/IsPresentCondition.java b/opendj-server-legacy/src/main/java/org/opends/server/admin/condition/IsPresentCondition.java
index 3e261d2..167f925 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/admin/condition/IsPresentCondition.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/admin/condition/IsPresentCondition.java
@@ -22,7 +22,7 @@
  *
  *
  *      Copyright 2008 Sun Microsystems, Inc.
- *      Portions Copyright 2014 ForgeRock AS
+ *      Portions Copyright 2014-2015 ForgeRock AS
  */
 package org.opends.server.admin.condition;
 
@@ -48,10 +48,10 @@
  */
 public final class IsPresentCondition implements Condition {
 
-  // The property name.
+  /** The property name. */
   private final String propertyName;
 
-  // The property definition.
+  /** The property definition. */
   private PropertyDefinition<?> pd;
 
 
@@ -69,9 +69,7 @@
 
 
 
-  /**
-   * {@inheritDoc}
-   */
+  /** {@inheritDoc} */
   public boolean evaluate(ManagementContext context,
       ManagedObject<?> managedObject) throws AuthorizationException,
       CommunicationException {
@@ -81,9 +79,7 @@
 
 
 
-  /**
-   * {@inheritDoc}
-   */
+  /** {@inheritDoc} */
   public boolean evaluate(ServerManagedObject<?> managedObject)
       throws ConfigException {
     SortedSet<?> values = managedObject.getPropertyValues(pd);
@@ -92,9 +88,7 @@
 
 
 
-  /**
-   * {@inheritDoc}
-   */
+  /** {@inheritDoc} */
   public void initialize(AbstractManagedObjectDefinition<?, ?> d)
       throws Exception {
     // Decode the property.

--
Gitblit v1.10.0