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:33:17 UTC

svn commit: r799806 - /commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64OutputStream.java

Author: ggregory
Date: Sat Aug  1 04:33:17 2009
New Revision: 799806

URL: http://svn.apache.org/viewvc?rev=799806&view=rev
Log:
Set SVN keyword Id for @version $Id$ substitution.

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

Modified: commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64OutputStream.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64OutputStream.java?rev=799806&r1=799805&r2=799806&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64OutputStream.java (original)
+++ commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64OutputStream.java Sat Aug  1 04:33:17 2009
@@ -39,7 +39,7 @@
  * </p>
  * 
  * @author Apache Software Foundation
- * @version $Id $
+ * @version $Id$
  * @see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>
  * @since 1.4
  */