From 661593f15f14aaf55d73c7979dab1e900ebae2af 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-sdk/opendj-config/src/test/java/org/forgerock/opendj/config/AdminTestCase.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opendj-config/src/test/java/org/forgerock/opendj/config/AdminTestCase.java b/opendj-sdk/opendj-config/src/test/java/org/forgerock/opendj/config/AdminTestCase.java
index b9eba52..17a552b 100644
--- a/opendj-sdk/opendj-config/src/test/java/org/forgerock/opendj/config/AdminTestCase.java
+++ b/opendj-sdk/opendj-config/src/test/java/org/forgerock/opendj/config/AdminTestCase.java
@@ -55,12 +55,12 @@
return configRepository;
}
- /** Returns the name used for the provided entry (the value of the cn attribute) */
+ /** Returns the name used for the provided entry (the value of the cn attribute). */
protected final String entryName(final Entry entry) {
return entry.getName().rdn().getFirstAVA().getAttributeValue().toString();
}
- /** Gets the named parent configuration corresponding to the provided entry */
+ /** Gets the named parent configuration corresponding to the provided entry. */
protected final TestParentCfg getParentCfg(final Entry entry, final ServerManagementContext serverContext)
throws Exception {
return getParentCfg(entryName(entry), serverContext);
--
Gitblit v1.10.0