Skip to content

Commit 409061a

Browse files
committed
Javadoc
1 parent e9559ac commit 409061a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: commons-vfs2-jackrabbit1/src/main/java/org/apache/commons/vfs2/provider/webdav/WebdavFileSystemConfigBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void setCreatorName(final FileSystemOptions opts, final String creatorNam
9696
}
9797

9898
/**
99-
* Whether to use versioning.
99+
* Sets whether to use versioning.
100100
*
101101
* @param opts The FileSystem options.
102102
* @param versioning true if versioning should be enabled.

Diff for: commons-vfs2-jackrabbit2/src/main/java/org/apache/commons/vfs2/provider/webdav4/Webdav4FileSystemConfigBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public void setCreatorName(final FileSystemOptions opts, final String creatorNam
130130
}
131131

132132
/**
133-
* Whether to use versioning.
133+
* Sets whether to use versioning.
134134
*
135135
* @param opts The FileSystem options.
136136
* @param versioning true if versioning should be enabled.

Diff for: commons-vfs2/src/test/java/org/apache/commons/vfs2/ProviderTestConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public interface ProviderTestConfig {
4343
FilesCache getFilesCache();
4444

4545
/**
46-
* Whether or not the root of test file system is accessible.
46+
* Tests whether or not the root of test file system is accessible.
4747
*
4848
* For example, with the default Jackrabbit (WebDAV) server, the root is not accessible, but deeper paths are OK.
4949
*

0 commit comments

Comments
 (0)