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

Nicolas Capponi
23.07.2013 62c3b0be396c487745f347eb2b4db912deb082f3
opendj-admin/src/main/java/org/opends/server/admin/server/ServerManagedObject.java
@@ -92,7 +92,7 @@
     *
     * @param path
     *            The managed object path.
     * @param d
     * @param definition
     *            The managed object definition.
     * @param properties
     *            The managed object's properties.
@@ -101,10 +101,10 @@
     * @param context
     *            The server management context.
     */
    ServerManagedObject(final ManagedObjectPath<?, S> path, final ManagedObjectDefinition<?, S> d,
    ServerManagedObject(final ManagedObjectPath<?, S> path, final ManagedObjectDefinition<?, S> definition,
            final Map<PropertyDefinition<?>, SortedSet<?>> properties, final DN configDN,
            final ServerManagementContext context) {
        this.definition = d;
        this.definition = definition;
        this.path = path;
        this.properties = properties;
        this.configDN = configDN;