Skip to content

Commit

Permalink
Declutter: Tests don't need Javadoc @SInCE tags
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 20, 2024
1 parent bea55df commit bdad3ba
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
/**
* Tests FileExtensionSelector.
*
* @since 2.1
*/
public class FileExtensionSelectorTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
/**
* Check FileSystemOptions.
*
* @since 2.1
*/
public class FileSystemOptionsTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
/**
* Tests FileTypeSelector.
*
* @since 2.1
*/
public class FileTypeSelectorTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
/**
* Sanity check that a custom enum can be properly serialized and deserialized on a give JRE.
*
* @since 2.1
*/
public class FileTypeTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
/**
* Tests FileExtensionSelector.
*
* @since 2.1
*/
public class PatternFileSelectorTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
*
* Used by Local and SFTP File System.
*
* @since 2.1
*/
public class PermissionsTests extends AbstractProviderTestCase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public class VFSTest {
* Tests {@link FileSystemManager#close()}.
*
* @throws FileSystemException
* @since 2.5.0
*/
@Test
public void testClose() throws FileSystemException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
/**
* Tests {@link VfsConsumer}.
*
* @since 2.5.0
*/
public class VfsConsumerTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
/**
* Tests {@link DefaultFileSystemManager}.
*
* @since 2.5.0
*/
public class DefaultFileSystemManagerTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
/**
* Tests {@link StandardFileSystemManager}.
*
* @since 2.5.0
*/
public class StandardFileSystemManagerTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
/**
* Tests https://issues.apache.org/jira/browse/VFS-426.
*
* @since 2.1
*/
public class HttpFilesCacheTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
/**
* Tests VFS-427 NPE on HttpFileObject.getContent().getContentInfo().
*
* @since 2.1
*/
public class HttpGetContentInfoFunctionalTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
/**
* Tests VFS-427 NPE on HttpFileObject.getContent().getContentInfo().
*
* @since 2.1
*/
public class HttpsGetContentInfoFunctionalTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import org.junit.jupiter.api.Test;

/**
* @since 2.7.0
*/
public class LocalFileRandomAccessContentTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import org.junit.jupiter.api.Test;

/**
* @since 2.7.0
*/
public class RamFileRandomAccessContentTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
/**
* test use DefaultFileSystemManager.createFileSystem method to create tar,tgz,tbz2 file system.
*
* @since 2.7.0
**/
public class CreateFileSystemTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
/**
* Tests {@link FileObjectUtils}.
*
* @since 2.4
*/
public class FileObjectUtilsTest {

Expand Down

0 comments on commit bdad3ba

Please sign in to comment.