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 <garydgreg...@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 {