Skip to content

Commit 100d531

Browse files
committed
Added @SInCE 1.4 tags.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@793770 13f79535-47bb-0310-9956-ffa450edef68
1 parent 89f2894 commit 100d531

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* @author Apache Software Foundation
3939
* @version $Id $
4040
* @see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>
41-
* @since 1.0-dev
41+
* @since 1.4
4242
*/
4343
public class Base64InputStream extends FilterInputStream {
4444

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* @author Apache Software Foundation
3939
* @version $Id $
4040
* @see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>
41-
* @since 1.0-dev
41+
* @since 1.4
4242
*/
4343
public class Base64OutputStream extends FilterOutputStream {
4444
private final boolean doEncode;

0 commit comments

Comments
 (0)