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 a142f31ce Fix Javadoc typos
a142f31ce is described below

commit a142f31ce827e71a8396a1ab486354968e529b18
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 14 14:40:20 2026 -0500

    Fix Javadoc typos
---
 .../src/main/java/org/apache/commons/vfs2/FileSystemManager.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemManager.java 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemManager.java
index 5098c7a02..bc6feba57 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemManager.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemManager.java
@@ -57,7 +57,7 @@ public interface FileSystemManager extends AutoCloseable {
      * Adds the specified FileOperationProvider for the specified scheme.
      * <p>
      * Several FileOperationProvider's might be registered for the same 
scheme. For example, for {@code "file"} scheme
-     * we can register {@code SvnWsOperationProvider} and {@code 
CvsOperationProvider.}
+     * we can register {@code SvnWsOperationProvider} and {@code 
CvsOperationProvider}.
      * </p>
      *
      * @param scheme The scheme associated with this provider.

Reply via email to