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

Jean-Noel Rouvignac
24.49.2015 99aaa917a95d7ec19e14dad25f61f58ff84753b1
opendj-server-legacy/src/main/java/org/opends/server/controls/EntryChangeNotificationControl.java
@@ -55,9 +55,7 @@
  private static final class Decoder
      implements ControlDecoder<EntryChangeNotificationControl>
  {
    /**
     * {@inheritDoc}
     */
    /** {@inheritDoc} */
    public EntryChangeNotificationControl decode(
        boolean isCritical, ByteString value) throws DirectoryException
    {
@@ -131,13 +129,13 @@
  // The previous DN for this change notification control.
  /** The previous DN for this change notification control. */
  private DN previousDN;
  // The change number for this change notification control.
  /** The change number for this change notification control. */
  private long changeNumber;
  // The change type for this change notification control.
  /** The change type for this change notification control. */
  private PersistentSearchChangeType changeType;