ggregory 2004/04/13 15:03:11
Modified: codec/src/java/org/apache/commons/codec/net QCodec.java
Log:
Javadoc.
Revision Changes Path
1.4 +6 -6 jakarta-commons/codec/src/java/org/apache/commons/codec/net/QCodec.java
Index: QCodec.java
===================================================================
RCS file: /home/cvs/jakarta-commons/codec/src/java/org/apache/commons/codec/net/QCodec.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- QCodec.java 9 Apr 2004 22:21:07 -0000 1.3
+++ QCodec.java 13 Apr 2004 22:03:11 -0000 1.4
@@ -27,18 +27,18 @@
/**
* <p>
* The "Q" encoding is similar to the Quoted-Printable content-transfer-encoding defined
in <a
- * href="http://www.ietf.org/rfc/rfc1521.txt">RFC 1521 </a>. It is designed to
allow text containing mostly ASCII
+ * href="http://www.ietf.org/rfc/rfc1521.txt">RFC 1521</a>. It is designed to
allow text containing mostly ASCII
* characters to be decipherable on an ASCII terminal without decoding.
* </p>
*
* <p>
- * <a href="http://www.ietf.org/rfc/rfc1522.txt">RFC 1522 </a> describes techniques
to allow the encoding of non-ASCII
+ * <a href="http://www.ietf.org/rfc/rfc1522.txt">RFC 1522</a> describes techniques
to allow the encoding of non-ASCII
* text in various portions of a RFC 822 [2] message header, in a manner which is unlikely
to confuse existing message
* handling software.
* </p>
*
- * @see <a href="http://www.ietf.org/rfc/rfc1522.txt"> MIME (Multipurpose Internet
Mail Extensions) Part Two: Message
- * Header Extensions for Non-ASCII Text </a>
+ * @see <a href="http://www.ietf.org/rfc/rfc1522.txt">MIME (Multipurpose Internet
Mail Extensions) Part Two: Message
+ * Header Extensions for Non-ASCII Text</a>
*
* @author Apache Software Foundation
* @since 1.3
@@ -118,7 +118,7 @@
* the default string charset to use.
*
* @see <a href="http://java.sun.com/j2se/1.3/docs/api/java/lang/package-summary.html#charenc">JRE
character
- * encoding names </a>
+ * encoding names</a>
*/
public QCodec(final String charset) {
super();
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|