mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
24.41.2015 e7cac727a9231ff3602e61a4ea678e0463eb0e39
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.
  }