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/main/java/org/forgerock/opendj/config/LDAPProfile.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opendj-config/src/main/java/org/forgerock/opendj/config/LDAPProfile.java b/opendj-config/src/main/java/org/forgerock/opendj/config/LDAPProfile.java
index ca43507..52f18c1 100644
--- a/opendj-config/src/main/java/org/forgerock/opendj/config/LDAPProfile.java
+++ b/opendj-config/src/main/java/org/forgerock/opendj/config/LDAPProfile.java
@@ -147,7 +147,7 @@
}
}
- // The singleton instance.
+ /** The singleton instance. */
private static final LDAPProfile INSTANCE = new LDAPProfile();
/**
@@ -159,13 +159,13 @@
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