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
commit 81d2ad8e779f93e614c2d04494f86f3a3a261680 Author: Gary Gregory <[email protected]> AuthorDate: Sun Jan 4 15:49:52 2026 -0500 Javadoc Add an empty line before a Javadoc comment --- .../org/apache/commons/vfs2/provider/webdav4/Webdav4FileNameTest.java | 1 + .../commons/vfs2/provider/webdav4/test/Webdav4ProviderTestSuite.java | 1 + 2 files changed, 2 insertions(+) diff --git a/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/Webdav4FileNameTest.java b/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/Webdav4FileNameTest.java index 5ab780a41..cc37a1be2 100644 --- a/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/Webdav4FileNameTest.java +++ b/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/Webdav4FileNameTest.java @@ -29,6 +29,7 @@ import org.junit.jupiter.api.Test; * Tests {@link Webdav4FileName}. */ public class Webdav4FileNameTest { + /** * If the resolved path ends without a '/' */ diff --git a/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/test/Webdav4ProviderTestSuite.java b/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/test/Webdav4ProviderTestSuite.java index e53c6e7a4..1ea432c6c 100644 --- a/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/test/Webdav4ProviderTestSuite.java +++ b/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/test/Webdav4ProviderTestSuite.java @@ -37,6 +37,7 @@ import org.apache.commons.vfs2.UrlTests; * The suite of tests for a file system. */ public class Webdav4ProviderTestSuite extends ProviderTestSuiteJunit5 { + /** * Adds the tests for a file system to this suite. */
