This is an automated email from the ASF dual-hosted git repository.
lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push:
new c5ca9ab Fixed CLC diversity issues
c5ca9ab is described below
commit c5ca9aba6a3840fe30e04a0622d0af0639c4301b
Author: Lyor Goldstein <[email protected]>
AuthorDate: Sun Aug 29 20:35:33 2021 +0300
Fixed CLC diversity issues
---
sshd-core/src/main/java/org/apache/sshd/core/CoreModuleProperties.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/sshd-core/src/main/java/org/apache/sshd/core/CoreModuleProperties.java
b/sshd-core/src/main/java/org/apache/sshd/core/CoreModuleProperties.java
index 89469b4..71cb4f8 100644
--- a/sshd-core/src/main/java/org/apache/sshd/core/CoreModuleProperties.java
+++ b/sshd-core/src/main/java/org/apache/sshd/core/CoreModuleProperties.java
@@ -192,7 +192,7 @@ public final class CoreModuleProperties {
/**
* As per RFC-4256:
*
- * The submethods field is included so the user can give a hint of which
actual methods he wants to use. It is a
+ * The submethods field is included so the user can give a hint of which
actual methods to use. It is a
* comma-separated list of authentication submethods (software or
hardware) that the user prefers. If the client has
* knowledge of the submethods preferred by the user, presumably through a
configuration setting, it MAY use the
* submethods field to pass this information to the server. Otherwise, it
MUST send the empty string.