Skip to content

Commit 08a7948

Browse files
Fix incorrect javadoc for ResourceFileSystemConfigBuilder (#695)
* Fix incorrect javadoc for ResourceFileSystemConfigBuilder * Update ResourceFileSystemConfigBuilder.java --------- Co-authored-by: Gary Gregory <[email protected]>
1 parent c96b072 commit 08a7948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/res/ResourceFileSystemConfigBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import org.apache.commons.vfs2.provider.url.UrlFileSystem;
2323

2424
/**
25-
* The config BUILDER for various FTP configuration options.
25+
* Configuration options builder for resources access.
2626
*/
2727
public final class ResourceFileSystemConfigBuilder extends FileSystemConfigBuilder {
2828

0 commit comments

Comments
 (0)