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/test/java/org/opends/server/admin/ValidateConfigDefinitionsTest.java |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/admin/ValidateConfigDefinitionsTest.java b/opendj-server-legacy/src/test/java/org/opends/server/admin/ValidateConfigDefinitionsTest.java
index 4eb8eaa..971a587 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/admin/ValidateConfigDefinitionsTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/admin/ValidateConfigDefinitionsTest.java
@@ -54,10 +54,7 @@
     TestCaseUtils.startServer();
   }
 
-  /**
-   * Returns all AbstractManagedObjectDefinition objects that are
-   * defined in
-   */
+  /** Returns all AbstractManagedObjectDefinition objects that are defined in. */
   @DataProvider
   public Object[][] enumrateManageObjectDefns() throws Exception {
     TopCfgDefn topCfgDefn = TopCfgDefn.getInstance();
@@ -72,7 +69,7 @@
     return params;
   }
 
-  // Exceptions to config objects having a different objectclass
+  /** Exceptions to config objects having a different objectclass. */
   private static final List<String> CLASS_OBJECT_CLASS_EXCEPTIONS =
           Arrays.asList(
                   "org.opends.server.admin.std.meta.RootCfgDefn",
@@ -110,13 +107,13 @@
         "The configuration definition for " + objectDef.getName() + " has the following problems: " + EOL + errors);
   }
 
-  // Exceptions to properties ending in -class being exactly 'java-class'.
+  /** Exceptions to properties ending in -class being exactly 'java-class'. */
   private static final List<String> CLASS_PROPERTY_EXCEPTIONS =
           Arrays.asList(
                   // e.g. "prop-name-ending-with-class"
           );
 
-  // Exceptions to properties ending in -enabled being exactly 'enabled'.
+  /** Exceptions to properties ending in -enabled being exactly 'enabled'. */
   private static final List<String> ENABLED_PROPERTY_EXCEPTIONS =
           Arrays.asList(
                   "index-filter-analyzer-enabled",
@@ -124,7 +121,7 @@
                   // e.g. "prop-name-ending-with-enabled"
           );
 
-  // Exceptions to properties not starting with the name of their config object
+  /** Exceptions to properties not starting with the name of their config object. */
   private static final List<String> OBJECT_PREFIX_PROPERTY_EXCEPTIONS =
           Arrays.asList(
                   "backend-id",

--
Gitblit v1.10.0