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/EnumPropertyDefinitionTest.java | 18 ++++++++----------
1 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/admin/EnumPropertyDefinitionTest.java b/opendj-server-legacy/src/test/java/org/opends/server/admin/EnumPropertyDefinitionTest.java
index de298b2..2515077 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/admin/EnumPropertyDefinitionTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/admin/EnumPropertyDefinitionTest.java
@@ -57,8 +57,7 @@
}
/**
- * Tests that exception thrown when no enum class
- * specified by builder
+ * Tests that exception thrown when no enum class specified by builder.
*/
@Test
public void testBuildInstance() {
@@ -67,8 +66,7 @@
}
/**
- * Tests that exception thrown when no enum class
- * specified by builder
+ * Tests that exception thrown when no enum class specified by builder.
*/
@Test(expectedExceptions = {IllegalStateException.class})
public void testBuildInstance2() {
@@ -79,7 +77,7 @@
}
/**
- * Creates data decodeValue test
+ * Creates data decodeValue test.
* @return data
*/
@DataProvider(name = "decodeValueData")
@@ -90,7 +88,7 @@
}
/**
- * Tests decodeValue()
+ * Tests decodeValue().
* @param value to decode
* @param expectedValue enum expected
*/
@@ -101,7 +99,7 @@
}
/**
- * Creates illegal data for decode value test
+ * Creates illegal data for decode value test.
* @return data
*/
@DataProvider(name = "decodeValueData2")
@@ -113,7 +111,7 @@
}
/**
- * Tests decodeValue()
+ * Tests decodeValue().
* @param value to decode
*/
@Test(dataProvider = "decodeValueData2",
@@ -125,7 +123,7 @@
}
/**
- * Tests normalization
+ * Tests normalization.
*/
@Test
public void testNormalizeValue() {
@@ -134,7 +132,7 @@
}
/**
- * Tests validation
+ * Tests validation.
*/
@Test
public void testValidateValue() {
--
Gitblit v1.10.0