From 6870993d12bf8a2b9d5cd103dc5ccabc42f9bf5d Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 15 Oct 2014 15:17:11 +0000
Subject: [PATCH] AutoRefactored comments/javadocs on OpenDJ SDK

---
 opendj-config/src/test/java/org/forgerock/opendj/config/ValidateConfigDefinitionsTest.java |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/opendj-config/src/test/java/org/forgerock/opendj/config/ValidateConfigDefinitionsTest.java b/opendj-config/src/test/java/org/forgerock/opendj/config/ValidateConfigDefinitionsTest.java
index 37fa0ce..30e52b2 100644
--- a/opendj-config/src/test/java/org/forgerock/opendj/config/ValidateConfigDefinitionsTest.java
+++ b/opendj-config/src/test/java/org/forgerock/opendj/config/ValidateConfigDefinitionsTest.java
@@ -72,7 +72,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(new String[] {
         "org.forgerock.opendj.config.std.meta.RootCfgDefn", "org.forgerock.opendj.config.std.meta.GlobalCfgDefn", });
 
@@ -109,19 +109,21 @@
         }
     }
 
-    // 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(new String[] {
     // 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(new String[] {
         "index-filter-analyzer-enabled", "subordinate-indexes-enabled"
     // 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(new String[] { "backend-id",
         "plugin-type", "replication-server-id", "network-group-id", "workflow-id", "workflow-element-id",
         "workflow-element"

--
Gitblit v1.10.0