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/schema/TimeBasedMatchingRuleTest.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/schema/TimeBasedMatchingRuleTest.java b/opendj-server-legacy/src/test/java/org/opends/server/schema/TimeBasedMatchingRuleTest.java
index 31746d3..fccb067 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/schema/TimeBasedMatchingRuleTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/schema/TimeBasedMatchingRuleTest.java
@@ -58,7 +58,7 @@
 public final class TimeBasedMatchingRuleTest
         extends SchemaTestCase
 {
-  //User DNs to be used in tests.
+  /** User DNs to be used in tests. */
   private DN user1;
   private DN user2;
   private DN user3;
@@ -91,7 +91,7 @@
     user5 = DN.valueOf("cn=user5,dc=example,dc=com");
     user6 = DN.valueOf("cn=user6,dc=example,dc=com");
 
-    /**
+    /*
     Extend the schema and add an attribute which is based on
     generalizedTimeSyntax. Since all the existing attributes based
     on that syntax are read-only, let us create a new attribute and
@@ -407,7 +407,7 @@
     };
   }
 
-  // validate if the args are found in the entries list.
+  /** Validate if the args are found in the entries list. */
   private boolean dnFoundInEntryList(List<SearchResultEntry> entries, DN... dns)
   {
     for (DN dn : dns)
@@ -429,7 +429,7 @@
     return false;
   }
 
-  //Creates the entries.
+  /** Creates the entries. */
   private void populateEntries() throws Exception
   {
     //Get the current time from the TimeThread. Using the current time from new

--
Gitblit v1.10.0