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 b78f4291 Declutter: Tests don't need Javadoc @since tags b78f4291 is described below commit b78f4291c65eaff0602668530d118c1eeb0ceca4 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 20 10:38:01 2024 -0500 Declutter: Tests don't need Javadoc @since tags --- .../commons/vfs2/provider/webdav4/test/Webdav4ProviderTestCase.java | 1 - .../commons/vfs2/provider/webdav4/test/Webdav4ProviderTestSuite.java | 1 - .../commons/vfs2/provider/webdav4/test/Webdav4VersioningTests.java | 1 - 3 files changed, 3 deletions(-) diff --git a/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/test/Webdav4ProviderTestCase.java b/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/test/Webdav4ProviderTestCase.java index 15ff128e..e3aaa66b 100644 --- a/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/test/Webdav4ProviderTestCase.java +++ b/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/test/Webdav4ProviderTestCase.java @@ -54,7 +54,6 @@ import junit.framework.Test; * Test cases for the WebDAV4 provider. * Do NOT use org.apache.jackrabbit.standalone.Main. * - * @since 2.5.0 */ public class Webdav4ProviderTestCase extends AbstractProviderTestConfig { 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 881642c9..e985bc16 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 @@ -36,7 +36,6 @@ import org.apache.commons.vfs2.UrlTests; /** * The suite of tests for a file system. * - * @since 2.5.0 */ public class Webdav4ProviderTestSuite extends ProviderTestSuite { /** diff --git a/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/test/Webdav4VersioningTests.java b/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/test/Webdav4VersioningTests.java index 67f6ce46..cdca395d 100644 --- a/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/test/Webdav4VersioningTests.java +++ b/commons-vfs2-jackrabbit2/src/test/java/org/apache/commons/vfs2/provider/webdav4/test/Webdav4VersioningTests.java @@ -34,7 +34,6 @@ import org.junit.Test; /** * Test to verify WebDAV Versioning support * - * @since 2.5.0 */ public class Webdav4VersioningTests extends AbstractProviderTestCase {