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

mmarie
20.52.2008 d5b2a161a29698d6218af3de230bc9e7340f7d25
opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/PropertyValueEditor.java
@@ -1492,8 +1492,6 @@
    // Creates a new property editor for the specified property.
    private ReadOnlyPropertyViewer(ManagedObject<?> mo,
        PropertyDefinition<?> pd) {
      Validator.ensureTrue(!pd.hasOption(PropertyOption.MULTI_VALUED));
      this.mo = mo;
      this.pd = pd;
    }