Skip to content

Commit 3f17959

Browse files
committed
Javadoc tweak.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130336 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9b5e0b7 commit 3f17959

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929

3030
/**
3131
* <p>
32-
* Codec for RFC 1521 MIME (Multipurpose Internet Mail Extensions) Part One.
32+
* Codec for the Quoted-Printable section of RFC 1521 MIME (Multipurpose Internet Mail Extensions) Part One
33+
* Mechanisms for Specifying and Describing the Format of Internet Message Bodies.
3334
* </p>
3435
* <p>
3536
* The Quoted-Printable encoding is intended to represent data that
@@ -57,11 +58,12 @@
5758
* </p>
5859
*
5960
* @see <a href="http://www.ietf.org/rfc/rfc1521.txt">
60-
* MIME (Multipurpose Internet Mail Extensions) Part One</a>
61+
* RFC 1521 MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Specifying
62+
* and Describing the Format of Internet Message Bodies</a>
6163
*
6264
* @author Apache Software Foundation
6365
* @since 1.3
64-
* @version $Id: QuotedPrintableCodec.java,v 1.4 2004/03/28 21:24:46 ggregory Exp $
66+
* @version $Id: QuotedPrintableCodec.java,v 1.5 2004/03/29 01:32:07 ggregory Exp $
6567
*/
6668
public class QuotedPrintableCodec
6769
implements BinaryEncoder, BinaryDecoder,

0 commit comments

Comments
 (0)