mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opends/src/server/org/opends/server/util/ChangeRecordEntry.java @@ -53,7 +53,6 @@ */ protected ChangeRecordEntry(DN dn) { ensureNotNull(dn); this.dn = dn; } @@ -66,7 +65,6 @@ */ public final DN getDN() { return dn; }