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 40109919 Javadoc typos
40109919 is described below
commit 401099197a5b28e76e737d7f3e573db5c716db0f
Author: Gary Gregory <[email protected]>
AuthorDate: Fri May 19 08:54:27 2023 -0400
Javadoc typos
---
.../src/main/java/org/apache/commons/vfs2/FileSystemOptions.java | 2 +-
.../main/java/org/apache/commons/vfs2/cache/FileSystemAndNameKey.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemOptions.java
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemOptions.java
index c5ea59ac..850332be 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemOptions.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemOptions.java
@@ -49,7 +49,7 @@ public final class FileSystemOptions implements Cloneable,
Comparable<FileSystem
* Keys in the options Map.
*/
private static final class FileSystemOptionKey implements
Comparable<FileSystemOptionKey> {
- /** Constant used to create hashcode */
+ /** Constant used to create hash code */
private static final int HASH = 29;
/** The FileSystem class */
diff --git
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/cache/FileSystemAndNameKey.java
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/cache/FileSystemAndNameKey.java
index 9cec28a9..88b65178 100644
---
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/cache/FileSystemAndNameKey.java
+++
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/cache/FileSystemAndNameKey.java
@@ -32,7 +32,7 @@ final class FileSystemAndNameKey implements
Comparable<FileSystemAndNameKey> {
/** The FileName */
private final FileName fileName;
- /** hashcode to identify this object */
+ /** hash code to identify this object */
private final int fileSystemId;
FileSystemAndNameKey(final FileSystem fileSystem, final FileName fileName)
{