opends/src/server/org/opends/server/util/AddChangeRecordEntry.java
@@ -92,7 +92,6 @@ */ public ChangeOperationType getChangeOperationType() { return ChangeOperationType.ADD; } @@ -107,7 +106,6 @@ */ public List<Attribute> getAttributes() { return Collections.unmodifiableList(attributes); }