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/mina-sshd.git

commit 7b1c7e2b702025512d3fb401eeabd885c086c5ed
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu May 30 14:16:54 2024 -0400

    Javadoc
---
 .../main/java/org/apache/sshd/common/kex/KeyEncapsulationMethod.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sshd-core/src/main/java/org/apache/sshd/common/kex/KeyEncapsulationMethod.java
 
b/sshd-core/src/main/java/org/apache/sshd/common/kex/KeyEncapsulationMethod.java
index 84ffe06b7..a1cb39b70 100644
--- 
a/sshd-core/src/main/java/org/apache/sshd/common/kex/KeyEncapsulationMethod.java
+++ 
b/sshd-core/src/main/java/org/apache/sshd/common/kex/KeyEncapsulationMethod.java
@@ -44,7 +44,7 @@ public interface KeyEncapsulationMethod {
          * Extracts the secret from an encapsulation ciphertext.
          *
          * @param  encapsulated             ciphertext to process.
-         * @return the secret from an encapsulation ciphertext.
+         * @return                          the secret from an encapsulation 
ciphertext.
          * @throws IllegalArgumentException if {@code encapsulated} doesn't 
have the expected length
          * @throws NullPointerException     if {@code encapsulated == null}
          */

Reply via email to