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 10ee200ac0b315c3ff8cf1022838e5bf7d50360d Author: Gary Gregory <[email protected]> AuthorDate: Sun Jan 4 15:31:24 2026 -0500 Fix Javadoc cruft --- .../java/org/apache/commons/vfs2/provider/local/LocalProviderTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/local/LocalProviderTest.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/local/LocalProviderTest.java index a41f552c1..474763816 100644 --- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/local/LocalProviderTest.java +++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/local/LocalProviderTest.java @@ -33,7 +33,6 @@ import org.junit.jupiter.api.TestInstance; * This class replaces {@link LocalProviderTestCase} with a pure JUnit 5 implementation. * </p> */ -/** Local File System Provider Tests */ @Tag("provider") @Tag("local") @Tag("filesystem")
