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

Jean-Noel Rouvignac
15.17.2014 6870993d12bf8a2b9d5cd103dc5ccabc42f9bf5d
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.
    }