From 87ce945078ba3999f52a04fa306f8b7fb47de10a Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Tue, 26 Aug 2014 09:19:36 +0000
Subject: [PATCH] Fix typos in comments

---
 opendj3-server-dev/src/server/org/opends/server/controls/EntryChangeNotificationControl.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj3-server-dev/src/server/org/opends/server/controls/EntryChangeNotificationControl.java b/opendj3-server-dev/src/server/org/opends/server/controls/EntryChangeNotificationControl.java
index e9e32ca..6b1f06d 100644
--- a/opendj3-server-dev/src/server/org/opends/server/controls/EntryChangeNotificationControl.java
+++ b/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.

--
Gitblit v1.10.0