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 18836c54 Javadoc
18836c54 is described below
commit 18836c545508b6c8a998a716246930f3e564e3dd
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Sep 30 10:03:58 2024 -0400
Javadoc
---
.../src/test/java/org/apache/commons/vfs2/AbstractProviderTestCase.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/commons-vfs2/src/test/java/org/apache/commons/vfs2/AbstractProviderTestCase.java
b/commons-vfs2/src/test/java/org/apache/commons/vfs2/AbstractProviderTestCase.java
index 562ee3e6..197b53c4 100644
---
a/commons-vfs2/src/test/java/org/apache/commons/vfs2/AbstractProviderTestCase.java
+++
b/commons-vfs2/src/test/java/org/apache/commons/vfs2/AbstractProviderTestCase.java
@@ -262,7 +262,7 @@ public abstract class AbstractProviderTestCase extends
TestCase {
* Runs the test. This implementation short-circuits the test if the
provider being tested does not have the
* capabilities required by this test.
* <p>
- * TODO - Handle negative caps as well - ie, only run a test if the
provider does not have certain caps.
+ * TODO - Handle negative caps as well: Only run a test if the provider
does not have certain caps.
* </p>
* <p>
* TODO - Figure out how to remove the test from the TestResult if the
test is skipped.