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

Jean-Noel Rouvignac
15.17.2014 6870993d12bf8a2b9d5cd103dc5ccabc42f9bf5d
opendj-config/src/main/java/org/forgerock/opendj/config/DefinedDefaultBehaviorProvider.java
@@ -39,7 +39,7 @@
 */
public final class DefinedDefaultBehaviorProvider<T> extends DefaultBehaviorProvider<T> {
    // The collection of default values.
    /** The collection of default values. */
    private final Collection<String> values;
    /**
@@ -59,9 +59,7 @@
        this.values = Arrays.asList(values);
    }
    /**
     * {@inheritDoc}
     */
    /** {@inheritDoc} */
    public <R, P> R accept(DefaultBehaviorProviderVisitor<T, R, P> v, P p) {
        return v.visitDefined(this, p);
    }