This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 d896f3061 Javadoc
d896f3061 is described below
commit d896f30611345d5c9c749509264d1f4ca3f76db7
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 30 14:06:01 2026 +0000
Javadoc
---
.../src/main/java/org/apache/commons/vfs2/function/VfsConsumer.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/function/VfsConsumer.java
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/function/VfsConsumer.java
index e8de53ac1..e930f0402 100644
---
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/function/VfsConsumer.java
+++
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/function/VfsConsumer.java
@@ -24,7 +24,7 @@ import org.apache.commons.vfs2.FileSystemException;
/**
* A {@link java.util.function.Consumer} that throws {@link
FileSystemException}.
*
- * @param <T> the type of the input to the operation
+ * @param <T> The type of the input to the operation
* @since 2.5.0
*/
@FunctionalInterface