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

neil_a_wilson
05.54.2007 c22404d2ae49ed50c10f0da2f8d7ed032ebd5fed
opends/src/server/org/opends/server/util/ChangeRecordEntry.java
@@ -79,5 +79,14 @@
   * @return  The name of the change operation type.
   */
  public abstract ChangeOperationType getChangeOperationType();
  /**
   * Retrieves a string representation of this change record entry.
   *
   * @return  A string representation of this change record entry.
   */
  public abstract String toString();
}