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 2005/09/03 03:20:14 UTC

svn commit: r267375 - /directory/shared/ldap/branches/new-codec-integration/common/src/java/org/apache/ldap/common/message/CompareRequest.java

Author: elecharny
Date: Fri Sep  2 18:20:11 2005
New Revision: 267375

URL: http://svn.apache.org/viewcvs?rev=267375&view=rev
Log:
Changed the stored value from String to byte[]

Modified:
    directory/shared/ldap/branches/new-codec-integration/common/src/java/org/apache/ldap/common/message/CompareRequest.java

Modified: directory/shared/ldap/branches/new-codec-integration/common/src/java/org/apache/ldap/common/message/CompareRequest.java
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/branches/new-codec-integration/common/src/java/org/apache/ldap/common/message/CompareRequest.java?rev=267375&r1=267374&r2=267375&view=diff
==============================================================================
--- directory/shared/ldap/branches/new-codec-integration/common/src/java/org/apache/ldap/common/message/CompareRequest.java (original)
+++ directory/shared/ldap/branches/new-codec-integration/common/src/java/org/apache/ldap/common/message/CompareRequest.java Fri Sep  2 18:20:11 2005
@@ -65,14 +65,14 @@
      *
      * @return the attribute value to used in comparison.
      */
-    String getAssertionValue() ;
+    byte[] getAssertionValue() ;
 
     /**
      * Sets the attribute value to use in the comparison.
      *
      * @param a_value the attribute value used in comparison.
      */
-    void setAssertionValue( String a_value ) ;
+    void setAssertionValue( byte[] a_value ) ;
 
     /**
      * Gets the attribute id use in making the comparison.