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 c767f23 Close Javadoc tags for Java 8. c767f23 is described below commit c767f2350849ee2389e8bd785d63abeae4b77b75 Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Thu Jan 31 21:34:49 2019 -0500 Close Javadoc tags for Java 8. --- .../src/main/java/org/apache/commons/vfs2/FileSystemManager.java | 1 + 1 file changed, 1 insertion(+) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemManager.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemManager.java index 2e72fd8..8662cd1 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemManager.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemManager.java @@ -31,6 +31,7 @@ import org.apache.commons.vfs2.operations.FileOperationProvider; * one of those file systems. * <p> * To locate a {@link FileObject}, use one of the {@code resolveFile()} methods. + * </p> * * <h2><a name="naming">File Naming</a></h2> *