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

jvergara
18.17.2009 61566abc6ddfcad1491e3bb71a5cc157daf6dd57
opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/PropertyValueEditor.java
@@ -2219,8 +2219,8 @@
  // The modifications performed: we assume that at most there is one
  // modification per property definition.
  private final List<PropertyEditorModification> mods =
    new ArrayList<PropertyEditorModification>();
  private final List<PropertyEditorModification<?>> mods =
    new ArrayList<PropertyEditorModification<?>>();
  // Whether the last type of choice made by the user in a menu is a
  // reset
@@ -2576,7 +2576,7 @@
   * @return the modifications that have been applied during the last call of
   * the method PropertyValueEditor.edit.
   */
  public Collection<PropertyEditorModification> getModifications()
  public Collection<PropertyEditorModification<?>> getModifications()
  {
    return mods;
  }