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 904a5736 Javadoc: Close HTML tag 904a5736 is described below commit 904a5736364d09435023e936d00fdabc2ef33f64 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 9 15:12:34 2024 -0500 Javadoc: Close HTML tag --- commons-vfs2/src/test/java/org/apache/commons/vfs2/NamingTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/NamingTests.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/NamingTests.java index 8e8b827b..b12f8afc 100644 --- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/NamingTests.java +++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/NamingTests.java @@ -24,6 +24,7 @@ import org.junit.Test; * Test cases for file naming. * <p> * TODO - Add tests for all FileName methods. + * </p> */ public class NamingTests extends AbstractProviderTestCase {