From e7cac727a9231ff3602e61a4ea678e0463eb0e39 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 09:41:42 +0000
Subject: [PATCH] Autorefactored javadocs
---
opendj-server-legacy/src/main/java/org/opends/server/admin/LDAPProfile.java | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/admin/LDAPProfile.java b/opendj-server-legacy/src/main/java/org/opends/server/admin/LDAPProfile.java
index a8726fb..3430fb7 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/admin/LDAPProfile.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/admin/LDAPProfile.java
@@ -22,6 +22,7 @@
*
*
* Copyright 2008-2009 Sun Microsystems, Inc.
+ * Portions Copyright 2015 ForgeRock AS.
*/
package org.opends.server.admin;
@@ -167,7 +168,7 @@
}
}
- // The singleton instance.
+ /** The singleton instance. */
private static final LDAPProfile INSTANCE = new LDAPProfile();
@@ -181,16 +182,16 @@
return INSTANCE;
}
- // The list of profile wrappers.
+ /** The list of profile wrappers. */
private final LinkedList<Wrapper> profiles = new LinkedList<Wrapper>();;
- // The LDAP profile property table.
+ /** The LDAP profile property table. */
private final ManagedObjectDefinitionResource resource =
ManagedObjectDefinitionResource.createForProfile("ldap");
- // Prevent construction.
+ /** Prevent construction. */
private LDAPProfile() {
// No implementation required.
}
--
Gitblit v1.10.0