You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/05/26 15:23:46 UTC

svn commit: rev 20474 - in incubator/directory/snickers/trunk: . ber/src/java/org/apache/snickers/ber codec-stateful/src/java/org/apache/commons/codec/stateful

Author: akarasulu
Date: Wed May 26 06:23:45 2004
New Revision: 20474

Modified:
   incubator/directory/snickers/trunk/ber/src/java/org/apache/snickers/ber/package.html
   incubator/directory/snickers/trunk/codec-stateful/src/java/org/apache/commons/codec/stateful/StatefulDecoder.java
   incubator/directory/snickers/trunk/project.xml
Log:
Just cleaning up stuff like docs and the build for maven rc3.


Modified: incubator/directory/snickers/trunk/ber/src/java/org/apache/snickers/ber/package.html
==============================================================================
--- incubator/directory/snickers/trunk/ber/src/java/org/apache/snickers/ber/package.html	(original)
+++ incubator/directory/snickers/trunk/ber/src/java/org/apache/snickers/ber/package.html	Wed May 26 06:23:45 2004
@@ -20,14 +20,9 @@
 <body bgcolor="white">
 
 Provides the codec foundation for Basic Encoding Rules based on a Tag, Length 
-and Value (TLV) field tuple.
-
+and Value (TLV) field tuples.
 
 <h2>Package Specification</h2>
-
-<ul>
-  <li><a href="">##### REFER TO ANY FRAMEMAKER SPECIFICATION HERE #####</a>
-</ul>
 
 <h2>Related Documentation</h2>
 

Modified: incubator/directory/snickers/trunk/codec-stateful/src/java/org/apache/commons/codec/stateful/StatefulDecoder.java
==============================================================================
--- incubator/directory/snickers/trunk/codec-stateful/src/java/org/apache/commons/codec/stateful/StatefulDecoder.java	(original)
+++ incubator/directory/snickers/trunk/codec-stateful/src/java/org/apache/commons/codec/stateful/StatefulDecoder.java	Wed May 26 06:23:45 2004
@@ -21,12 +21,16 @@
 
 
 /**
- * A statful decoder which decodes encoded data as it arrives in peices.
+ * A decoder which decodes encoded data as it arrives in peices while
+ * maintaining the state of the decode operation between the arrival of
+ * encoded chunks.
+ *
  * As chunks of encoded data arrive the decoder processes each chunk of encoded
  * data and maintains decoding state in between arrivals: it is hence stateful 
  * and should be associated with a single channel or encoded data producer.  
  * When an arbitrary unit of encoding, to be determined by the encoding scheme,
- * has been decoded, a registered DecoderCallback is called.
+ * has been decoded, the <code>decode()</code> method of the registered
+ * DecoderCallback is called.
  *
  * @author <a href="mailto:commons-dev@jakarta.apache.org">Jakarta Commons</a>
  * @version $Rev$
@@ -39,8 +43,8 @@
      * encoded data argument is determined by an implementation.  A return from
      * this method does not guarrantee any callbacks: zero or more callbacks 
      * may occur during this call.
-     * 
-     * @param encode an object representing a peice of encoded data
+     *
+     * @param encoded an object representing a peice of encoded data
      */
     void decode( Object encoded ) throws DecoderException ;
 

Modified: incubator/directory/snickers/trunk/project.xml
==============================================================================
--- incubator/directory/snickers/trunk/project.xml	(original)
+++ incubator/directory/snickers/trunk/project.xml	Wed May 26 06:23:45 2004
@@ -28,7 +28,7 @@
 
     <repository>
       <connection>
-          scm:svn:http://cvs.apache.org/repos/asf/incubator/directory/snickers/trunk/${module.path}
+          scm:svn:http://cvs.apache.org/repos/asf/incubator/directory/snickers/trunk/${module.path}:blah:blah
       </connection>
 
       <url>