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/AliasDefaultBehaviorProvider.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Portions Copyright 2014 ForgeRock AS
 *      Portions Copyright 2014-2015 ForgeRock AS
 */
package org.opends.server.admin;
import org.forgerock.i18n.LocalizableMessage;
@@ -45,12 +45,16 @@
public final class AliasDefaultBehaviorProvider<T> extends
    DefaultBehaviorProvider<T> {
  // The managed object definition associated with this default
  // behavior.
  /**
   * The managed object definition associated with this default
   * behavior.
   */
  private final AbstractManagedObjectDefinition<?, ?> definition;
  // The name of the property definition associated with this default
  // behavior.
  /**
   * The name of the property definition associated with this default
   * behavior.
   */
  private final String propertyName;
@@ -73,9 +77,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public <R, P> R accept(DefaultBehaviorProviderVisitor<T, R, P> v, P p) {
    return v.visitAlias(this, p);
  }