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

Jean-Noel Rouvignac
06.41.2013 8ed297692b7674b67b8d05a26fa9b04c20930e37
opends/src/server/org/opends/server/replication/server/changelog/api/ChangelogException.java
@@ -70,7 +70,7 @@
   * @param cause
   *          The underlying cause that triggered this exception.
   */
  protected ChangelogException(Message message, Throwable cause)
  public ChangelogException(Message message, Throwable cause)
  {
    super(message, cause);
  }