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

Ludovic Poitou
26.19.2014 87ce945078ba3999f52a04fa306f8b7fb47de10a
Fix typos in comments
1 files modified
4 ■■■■ changed files
opendj3-server-dev/src/server/org/opends/server/controls/EntryChangeNotificationControl.java 4 ●●●● patch | view | raw | blame | history
opendj3-server-dev/src/server/org/opends/server/controls/EntryChangeNotificationControl.java
@@ -122,7 +122,7 @@
  }
  /**
   * The Control Decoder that can be used to decode this control.
   * The ControlDecoder that can be used to decode this control.
   */
  public static final ControlDecoder<EntryChangeNotificationControl> DECODER =
    new Decoder();
@@ -230,7 +230,7 @@
  /**
   * Writes this control's value to an ASN.1 writer. The value (if any) must be
   * Writes this control value to an ASN.1 writer. The value (if any) must be
   * written as an ASN1OctetString.
   *
   * @param writer The ASN.1 output stream to write to.