Skip to content

Commit 5b4212d

Browse files
author
Niall Pemberton
committed
Add @SInCE tags
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1004112 13f79535-47bb-0310-9956-ffa450edef68
1 parent e870317 commit 5b4212d

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/java/org/apache/commons/io/input/XmlStreamReader.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
* @author Alejandro Abdelnur
6262
* @version $Id$
6363
* @see org.apache.commons.io.output.XmlStreamWriter
64+
* @since Commons IO 2.0
6465
*/
6566
public class XmlStreamReader extends Reader {
6667
private static final int BUFFER_SIZE = 4096;

src/java/org/apache/commons/io/input/XmlStreamReaderException.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
*
3131
* @author Alejandro Abdelnur
3232
* @version $Id$
33+
* @since Commons IO 2.0
3334
*/
3435
public class XmlStreamReaderException extends IOException {
3536

src/java/org/apache/commons/io/output/XmlStreamWriter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
* @author Herve Boutemy
3737
* @version $Id$
3838
* @see XmlStreamReader
39+
* @since Commons IO 2.0
3940
*/
4041
public class XmlStreamWriter extends Writer {
4142
private static final int BUFFER_SIZE = 4096;

0 commit comments

Comments
 (0)