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 26048a3 Javadoc tweaks. 26048a3 is described below commit 26048a3be4eb316081ab930a1bee9f4ac18dafb4 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Tue May 7 12:04:03 2019 -0400 Javadoc tweaks. --- .../src/main/java/org/apache/commons/vfs2/util/FileObjectUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/FileObjectUtils.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/FileObjectUtils.java index 4e4f2df..8783a04 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/FileObjectUtils.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/util/FileObjectUtils.java @@ -29,7 +29,7 @@ public final class FileObjectUtils { } /** - * Get access to the base object even if decorated. + * Gets access to the base object even if decorated. * * @param fileObject The FileObject. * @return The decorated FileObject or null. @@ -52,7 +52,7 @@ public final class FileObjectUtils { } /** - * Check if the given FileObject is instance of given class argument. + * Checks if the given FileObject is instance of given class argument. * * @param fileObject The FileObject. * @param wantedClass The Class to check.