ggregory    2004/10/14 15:16:25

  Modified:    codec/src/java/org/apache/commons/codec/net
                        RFC1522Codec.java
  Log:
  Add missing Javadoc @return.
  
  Revision  Changes    Path
  1.4       +2 -1      
jakarta-commons/codec/src/java/org/apache/commons/codec/net/RFC1522Codec.java
  
  Index: RFC1522Codec.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/codec/src/java/org/apache/commons/codec/net/RFC1522Codec.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RFC1522Codec.java 26 Jul 2004 22:55:40 -0000      1.3
  +++ RFC1522Codec.java 14 Oct 2004 22:16:25 -0000      1.4
  @@ -86,6 +86,7 @@
        * [EMAIL PROTECTED] #doEncoding(byte [])} method of a concrete class to 
perform the specific deconding.
        * 
        * @param text a string to decode
  +     * @return A new decoded String or <code>null</code> if the input is 
<code>null</code>.
        * 
        * @throws DecoderException thrown if there is an error conidition during the 
Decoding 
        *  process.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to