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 2020/05/24 18:12:24 UTC

[commons-io] branch master updated: Add missing tag.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new d223805  Add missing tag.
d223805 is described below

commit d223805af28309f09ce27347c2b796f71dfa131f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun May 24 14:12:19 2020 -0400

    Add missing tag.
---
 .../java/org/apache/commons/io/input/InfiniteCircularInputStream.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/io/input/InfiniteCircularInputStream.java b/src/main/java/org/apache/commons/io/input/InfiniteCircularInputStream.java
index 5a86761..70a564c 100644
--- a/src/main/java/org/apache/commons/io/input/InfiniteCircularInputStream.java
+++ b/src/main/java/org/apache/commons/io/input/InfiniteCircularInputStream.java
@@ -26,6 +26,7 @@ import java.io.InputStream;
  * this class can be called after the stream has been closed without generating
  * an <code>IOException</code>.
  * </p>
+ * @since 2.6
  */
 public class InfiniteCircularInputStream extends InputStream {