You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ad...@apache.org on 2004/09/01 13:23:36 UTC

svn commit: rev 37333 - incubator/directory/eve/trunk/frontend/api/src/java/org/apache/eve/decoder

Author: adc
Date: Wed Sep  1 04:23:35 2004
New Revision: 37333

Modified:
   incubator/directory/eve/trunk/frontend/api/src/java/org/apache/eve/decoder/DecoderManager.java
Log:
Updated javadoc

Modified: incubator/directory/eve/trunk/frontend/api/src/java/org/apache/eve/decoder/DecoderManager.java
==============================================================================
--- incubator/directory/eve/trunk/frontend/api/src/java/org/apache/eve/decoder/DecoderManager.java	(original)
+++ incubator/directory/eve/trunk/frontend/api/src/java/org/apache/eve/decoder/DecoderManager.java	Wed Sep  1 04:23:35 2004
@@ -68,7 +68,6 @@
      * 
      * @param key the unique key associated with the client
      * @param buffer the buffer of encoded data
-     * @return the set of keys for decoding sessions
      * @throws DecoderException if there is a failure while decoding
      */
     void decode( ClientKey key, ByteBuffer buffer ) throws DecoderException ;