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); }