ggregory 2004/03/28 17:32:07
Modified: codec/src/java/org/apache/commons/codec/net
QuotedPrintableCodec.java
Log:
Javadoc tweak.
Revision Changes Path
1.5 +5 -3
jakarta-commons/codec/src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java
Index: QuotedPrintableCodec.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/codec/src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- QuotedPrintableCodec.java 28 Mar 2004 21:24:46 -0000 1.4
+++ QuotedPrintableCodec.java 29 Mar 2004 01:32:07 -0000 1.5
@@ -29,7 +29,8 @@
/**
* <p>
- * Codec for RFC 1521 MIME (Multipurpose Internet Mail Extensions) Part One.
+ * Codec for the Quoted-Printable section of RFC 1521 MIME (Multipurpose Internet
Mail Extensions) Part One
+ * Mechanisms for Specifying and Describing the Format of Internet Message Bodies.
* </p>
* <p>
* The Quoted-Printable encoding is intended to represent data that
@@ -57,7 +58,8 @@
* </p>
*
* @see <a href="http://www.ietf.org/rfc/rfc1521.txt">
- * MIME (Multipurpose Internet Mail Extensions) Part One</a>
+ * RFC 1521 MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for
Specifying
+ * and Describing the Format of Internet Message Bodies</a>
*
* @author Apache Software Foundation
* @since 1.3
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]