Skip to content

Commit 5ad899e

Browse files
committed
Javadoc fix.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130230 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6b0e453 commit 5ad899e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/java/org/apache/commons/codec/binary/Base64.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,14 @@
6666
* Provides encode/decode for RFC 2045 Base64 as
6767
* defined by RFC 2045, by Freed and Borenstein.
6868
*
69-
* @see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>, by Freed and Borenstein:
70-
* Multipurpose Internet Mail Extensions (MIME) Part One:
71-
* Format of Internet Message Bodies. Reference 1996.
69+
* @see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>
7270
* @author Jeffrey Rodriguez
7371
* @author <a href="mailto:dlr@apache.org">Daniel Rall</a>
7472
* @author <a href="mailto:m.redington@ucl.ac.uk">Martin Redington</a>
7573
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
7674
* @author Tim O'Brien
7775
* @since 1.0-dev
78-
* @version $Id: Base64.java,v 1.12 2003/11/03 22:16:54 ggregory Exp $
76+
* @version $Id: Base64.java,v 1.13 2003/11/06 16:32:30 ggregory Exp $
7977
*/
8078
public class Base64 implements BinaryEncoder, BinaryDecoder {
8179

0 commit comments

Comments
 (0)