opends/src/server/org/opends/server/util/ModifyChangeRecordEntry.java
@@ -83,7 +83,6 @@ */ public List<LDAPModification> getModifications() { return Collections.unmodifiableList(modifications); } @@ -96,7 +95,6 @@ */ public ChangeOperationType getChangeOperationType() { return ChangeOperationType.MODIFY; } }