mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

boli
26.01.2009 3ceb012bcc155d64537268246965ac877216a97c
opendj-sdk/opends/src/server/org/opends/server/controls/EntryChangeNotificationControl.java
@@ -253,7 +253,7 @@
    writer.writeStartSequence(UNIVERSAL_OCTET_STRING_TYPE);
    writer.writeStartSequence();
    writer.writeInteger(changeType.intValue());
    writer.writeEnumerated(changeType.intValue());
    if (previousDN != null)
    {