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/DurationPropertyDefinitionTest.java |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/opendj-config/src/test/java/org/forgerock/opendj/config/DurationPropertyDefinitionTest.java b/opendj-config/src/test/java/org/forgerock/opendj/config/DurationPropertyDefinitionTest.java
index 7d897f5..f444c9a 100644
--- a/opendj-config/src/test/java/org/forgerock/opendj/config/DurationPropertyDefinitionTest.java
+++ b/opendj-config/src/test/java/org/forgerock/opendj/config/DurationPropertyDefinitionTest.java
@@ -44,7 +44,7 @@
     }
 
     /**
-     * Creates data for testing string-based limit values
+     * Creates data for testing string-based limit values.
      *
      * @return data
      */
@@ -56,7 +56,7 @@
     }
 
     /**
-     * Creates data for testing limit values
+     * Creates data for testing limit values.
      *
      * @return data
      */
@@ -213,7 +213,7 @@
         assertEquals(def.encodeValue(valueToEncode), expectedValue);
     }
 
-    /** Test that accept doesn't throw and exception */
+    /** Test that accept doesn't throw and exception. */
     @Test
     public void testAccept() {
         DurationPropertyDefinition.Builder builder = createTestBuilder();
@@ -232,7 +232,7 @@
         assertEquals((boolean) def.accept(v, null), true);
     }
 
-    /** Make sure toString doesn't barf */
+    /** Make sure toString doesn't barf. */
     @Test
     public void testToString() {
         DurationPropertyDefinition.Builder builder = createTestBuilder();
@@ -241,7 +241,7 @@
         def.toString();
     }
 
-    /** Make sure toString doesn't barf */
+    /** Make sure toString doesn't barf. */
     @Test
     public void testToString2() {
         DurationPropertyDefinition.Builder builder = createTestBuilder();

--
Gitblit v1.10.0