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 c57ca1c8 Fix Javadoc typo
c57ca1c8 is described below

commit c57ca1c8ab2e7909dd819abe15a4ffbbafc3b80c
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Oct 11 10:40:00 2023 -0400

    Fix Javadoc typo
---
 .../apache/commons/vfs2/provider/hdfs/HdfsFileSystemConfigBuilder.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-vfs2-hdfs/src/main/java/org/apache/commons/vfs2/provider/hdfs/HdfsFileSystemConfigBuilder.java
 
b/commons-vfs2-hdfs/src/main/java/org/apache/commons/vfs2/provider/hdfs/HdfsFileSystemConfigBuilder.java
index dbfdb7a9..b83362cc 100644
--- 
a/commons-vfs2-hdfs/src/main/java/org/apache/commons/vfs2/provider/hdfs/HdfsFileSystemConfigBuilder.java
+++ 
b/commons-vfs2-hdfs/src/main/java/org/apache/commons/vfs2/provider/hdfs/HdfsFileSystemConfigBuilder.java
@@ -74,7 +74,7 @@ public final class HdfsFileSystemConfigBuilder extends 
FileSystemConfigBuilder {
     }
 
     /**
-     * Gets the  alternate configuration input stream.
+     * Gets the alternate configuration input stream.
      *
      * @return alternate configuration input stream or {@code null}.
      * @param opts The FileSystemOptions.

Reply via email to