You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2006/01/18 01:08:11 UTC

svn commit: r369968 - /directory/trunks/common/ldap/src/main/java/org/apache/ldap/common/codec/Control.java

Author: elecharny
Date: Tue Jan 17 16:08:07 2006
New Revision: 369968

URL: http://svn.apache.org/viewcvs?rev=369968&view=rev
Log:
Fixed a typo in the control method : getEnodedValue -> getEncodedValue

Modified:
    directory/trunks/common/ldap/src/main/java/org/apache/ldap/common/codec/Control.java

Modified: directory/trunks/common/ldap/src/main/java/org/apache/ldap/common/codec/Control.java
URL: http://svn.apache.org/viewcvs/directory/trunks/common/ldap/src/main/java/org/apache/ldap/common/codec/Control.java?rev=369968&r1=369967&r2=369968&view=diff
==============================================================================
--- directory/trunks/common/ldap/src/main/java/org/apache/ldap/common/codec/Control.java (original)
+++ directory/trunks/common/ldap/src/main/java/org/apache/ldap/common/codec/Control.java Tue Jan 17 16:08:07 2006
@@ -112,7 +112,7 @@
      *
      * @return the encoded bytes for the control
      */
-    public byte[] getEnodedValue()
+    public byte[] getEncodedValue()
     {
         if ( encodedValue == null )
         {