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

gbellato
20.04.2007 972103091b00d019b98516adf64a2db12c20c749
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/FakeOperation.java
@@ -80,9 +80,7 @@
   *
   * @param mod A modification that must be adde to the list of modifications
   *            included in this fake operation.
   * @throws Exception when the addition of this type of modification
   *         is not valid for this FakeOperation.
   */
  abstract public void addModification(Modification mod) throws Exception;
  abstract public void addModification(Modification mod);
}