opends/src/server/org/opends/server/replication/server/ECLServerHandler.java
@@ -1348,7 +1348,7 @@ * if a database problem occurs. */ private boolean assignChangeNumber(final ECLUpdateMsg oldestChange) throws DirectoryException, ChangelogException throws ChangelogException { // We also need to check if the draftCNdb is consistent with // the changelogdb. @@ -1451,7 +1451,7 @@ } private void assignNewChangeNumberAndStore(ECLUpdateMsg change) throws DirectoryException, ChangelogException throws ChangelogException { ChangeNumberIndexDB cnIndexDB = replicationServer.getChangeNumberIndexDB();