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 dcaa372 Javadoc. dcaa372 is described below commit dcaa372ee8b10d772285cc9af360dfb484fff5e8 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Aug 19 13:01:02 2019 -0700 Javadoc. --- .../src/main/java/org/apache/commons/vfs2/util/MonitorInputStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/MonitorInputStream.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/MonitorInputStream.java index df18ce6..75e87af 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/MonitorInputStream.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/MonitorInputStream.java @@ -153,7 +153,7 @@ public class MonitorInputStream extends BufferedInputStream { } /** - * Get the number of bytes read by this input stream. + * Gets the number of bytes read by this input stream. * * @return The number of bytes read by this input stream. */