You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2009/08/01 06:30:04 UTC

svn commit: r799802 - /commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java

Author: ggregory
Date: Sat Aug  1 04:30:04 2009
New Revision: 799802

URL: http://svn.apache.org/viewvc?rev=799802&view=rev
Log:
Javadoc.

Modified:
    commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java

Modified: commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java?rev=799802&r1=799801&r2=799802&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java (original)
+++ commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java Sat Aug  1 04:30:04 2009
@@ -47,7 +47,7 @@
  * 
  * @see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>
  * @author Apache Software Foundation
- * @since 1.0-dev
+ * @since 1.0
  * @version $Id$
  */
 public class Base64 implements BinaryEncoder, BinaryDecoder {