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

Jean-Noel Rouvignac
18.00.2015 94e9037522922b67e8af412b4cfe476f5e991118
opendj-server-legacy/src/main/java/org/opends/server/admin/ManagedObjectPath.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2008-2009 Sun Microsystems, Inc.
 *      Portions Copyright 2011-2014 ForgeRock AS
 *      Portions Copyright 2011-2015 ForgeRock AS
 */
package org.opends.server.admin;
@@ -306,7 +306,7 @@
      extends Element<C, S> {
    // Factory method.
    private static final <C extends ConfigurationClient,
    private static <C extends ConfigurationClient,
        S extends Configuration>
        InstantiableElement<C, S> create(
        InstantiableRelationDefinition<? super C, ? super S> r,
@@ -374,7 +374,7 @@
      extends Element<C, S> {
    // Factory method.
    private static final <C extends ConfigurationClient,
    private static <C extends ConfigurationClient,
        S extends Configuration> OptionalElement<C, S> create(
        OptionalRelationDefinition<? super C, ? super S> r,
        AbstractManagedObjectDefinition<C, S> d) {
@@ -426,7 +426,7 @@
      extends Element<C, S> {
    // Factory method.
    private static final <C extends ConfigurationClient,
    private static <C extends ConfigurationClient,
        S extends Configuration>
        SetElement<C, S> create(
        SetRelationDefinition<? super C, ? super S> r,
@@ -480,7 +480,7 @@
      extends Element<C, S> {
    // Factory method.
    private static final <C extends ConfigurationClient,
    private static <C extends ConfigurationClient,
        S extends Configuration> SingletonElement<C, S> create(
        SingletonRelationDefinition<? super C, ? super S> r,
        AbstractManagedObjectDefinition<C, S> d) {