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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new b9cab41 @since tag typo. b9cab41 is described below commit b9cab41bc69ce922d3bbd31f0ff7906fc4920732 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Oct 17 11:25:04 2019 -0400 @since tag typo. --- .../main/java/org/apache/commons/vfs2/util/RawMonitorInputStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/RawMonitorInputStream.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/RawMonitorInputStream.java index cc2fa59..c031b46 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/RawMonitorInputStream.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/RawMonitorInputStream.java @@ -28,7 +28,7 @@ import java.util.concurrent.atomic.AtomicLong; * This is the same as {@link MonitorInputStream} but without the buffering. * </p> * - * @since 2.5 + * @since 2.5.0 */ public class RawMonitorInputStream extends FilterInputStream {