Skip to content

Commit 2748aab

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130421 13f79535-47bb-0310-9956-ffa450edef68
1 parent ac731fb commit 2748aab

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
*
5656
* @author Apache Software Foundation
5757
* @since 1.3
58-
* @version $Id: QuotedPrintableCodec.java,v 1.11 2004/08/27 17:18:17 ggregory Exp $
58+
* @version $Id: QuotedPrintableCodec.java,v 1.12 2004/09/09 16:05:46 ggregory Exp $
5959
*/
6060
public class QuotedPrintableCodec implements BinaryEncoder, BinaryDecoder, StringEncoder, StringDecoder {
6161
/**
@@ -288,9 +288,8 @@ public String decode(String pString, String charset) throws DecoderException, Un
288288
* quoted-printable string to convert into its original form
289289
* @return original string
290290
* @throws DecoderException
291-
* Thrown if quoted-printable decoding is unsuccessful
292-
* @throws UnsupportedEncodingException
293-
* Thrown if charset is not supported
291+
* Thrown if quoted-printable decoding is unsuccessful.
292+
* Thrown if charset is not supported.
294293
* @see #getDefaultCharset()
295294
*/
296295
public String decode(String pString) throws DecoderException {

0 commit comments

Comments
 (0)