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 1a365f7 Fix Javadoc comments.
1a365f7 is described below
commit 1a365f79bbbed06e1c5350f954c9aefd61c81cc6
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Feb 22 09:10:50 2020 -0500
Fix Javadoc comments.
---
.../commons/vfs2/provider/sftp/SftpFileSystemConfigBuilder.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystemConfigBuilder.java
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystemConfigBuilder.java
index 45120a1..02a344e 100644
---
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystemConfigBuilder.java
+++
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystemConfigBuilder.java
@@ -259,8 +259,8 @@ public final class SftpFileSystemConfigBuilder extends
FileSystemConfigBuilder {
}
/**
- * Returns {@link true} if the detection of the exec channel should be
disabled.
- * Returns {@link false} if the detection of the exec channel should be
enabled.
+ * Returns {@code true} if the detection of the exec channel should be
disabled.
+ * Returns {@code false} if the detection of the exec channel should be
enabled.
* Defaults to {@code false} if the method {@link
#setDisableDetectExecChannel(FileSystemOptions, boolean)} has not been invoked.
*
* @param opts The FileSystemOptions.