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/PropertyDefinition.java
@@ -69,19 +69,19 @@
  protected static abstract class AbstractBuilder
      <T, D extends PropertyDefinition<T>> {
    // The administrator action.
    /** The administrator action. */
    private AdministratorAction adminAction;
    // The default behavior provider.
    /** The default behavior provider. */
    private DefaultBehaviorProvider<T> defaultBehavior;
    // The abstract managed object
    /** The abstract managed object. */
    private final AbstractManagedObjectDefinition<?, ?> definition;
    // The options applicable to this definition.
    /** The options applicable to this definition. */
    private final EnumSet<PropertyOption> options;
    // The name of this property definition.
    /** The name of this property definition. */
    private final String propertyName;
@@ -183,22 +183,22 @@
        DefaultBehaviorProvider<T> defaultBehavior);
  }
  // The administrator action.
  /** The administrator action. */
  private final AdministratorAction adminAction;
  // The default behavior provider.
  /** The default behavior provider. */
  private final DefaultBehaviorProvider<T> defaultBehavior;
  // The abstract managed object
  /** The abstract managed object. */
  private final AbstractManagedObjectDefinition<?, ?> definition;
  // Options applicable to this definition.
  /** Options applicable to this definition. */
  private final Set<PropertyOption> options;
  // The property name.
  /** The property name. */
  private final String propertyName;
  // The property value class.
  /** The property value class. */
  private final Class<T> theClass;