Skip to content

Commit 39452a4

Browse files
committed
Add missing Javadoc @return.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130424 13f79535-47bb-0310-9956-ffa450edef68
1 parent 356db13 commit 39452a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/java/org/apache/commons/codec/net/RFC1522Codec.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*
4141
* @author Apache Software Foundation
4242
* @since 1.3
43-
* @version $Id: RFC1522Codec.java,v 1.3 2004/07/26 22:55:40 ggregory Exp $
43+
* @version $Id: RFC1522Codec.java,v 1.4 2004/10/14 22:16:25 ggregory Exp $
4444
*/
4545
abstract class RFC1522Codec {
4646

@@ -86,6 +86,7 @@ protected String encodeText(final String text, final String charset)
8686
* {@link #doEncoding(byte [])} method of a concrete class to perform the specific deconding.
8787
*
8888
* @param text a string to decode
89+
* @return A new decoded String or <code>null</code> if the input is <code>null</code>.
8990
*
9091
* @throws DecoderException thrown if there is an error conidition during the Decoding
9192
* process.

0 commit comments

Comments
 (0)