Skip to content

Commit 1da7222

Browse files
committed
Added missing @SInCE tags
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1687815 13f79535-47bb-0310-9956-ffa450edef68
1 parent dea25ca commit 1da7222

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/org/apache/commons/io/output/AppendableOutputStream.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* For example, can be used with any {@link java.io.Writer} or a {@link java.lang.StringBuilder}
2727
* or {@link java.lang.StringBuffer}.
2828
*
29+
* @since 2.5
2930
* @see java.lang.Appendable
3031
* @version $Id$
3132
*/

src/main/java/org/apache/commons/io/output/ThresholdingOutputStream.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ protected void resetByteCount()
242242
* @param count The number of bytes that have already been written to the
243243
* output stream
244244
*
245+
* @since 2.5
245246
*/
246247
protected void setByteCount(final long count) {
247248
this.written = count;

0 commit comments

Comments
 (0)