Minor javadoc fix Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/8a8765ba Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/8a8765ba Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/8a8765ba
Branch: refs/heads/master Commit: 8a8765bae3fa7d69df0d90fdb43290351f36fc10 Parents: 8d226dd Author: Guillaume Nodet <[email protected]> Authored: Wed Jan 29 22:21:55 2014 +0100 Committer: Guillaume Nodet <[email protected]> Committed: Wed Jan 29 22:21:55 2014 +0100 ---------------------------------------------------------------------- .../main/java/org/apache/sshd/client/kex/AbstractDHGClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/8a8765ba/sshd-core/src/main/java/org/apache/sshd/client/kex/AbstractDHGClient.java ---------------------------------------------------------------------- diff --git a/sshd-core/src/main/java/org/apache/sshd/client/kex/AbstractDHGClient.java b/sshd-core/src/main/java/org/apache/sshd/client/kex/AbstractDHGClient.java index c4d32b8..5cbd930 100644 --- a/sshd-core/src/main/java/org/apache/sshd/client/kex/AbstractDHGClient.java +++ b/sshd-core/src/main/java/org/apache/sshd/client/kex/AbstractDHGClient.java @@ -42,7 +42,7 @@ import org.slf4j.LoggerFactory; /** * Base class for DHG key exchange algorithms. * Implementations will only have to configure the required data on the - * {@link DH} class in the {@link #initDH(org.apache.sshd.common.kex.DH)} method. + * {@link DH} class in the {@link #getDH()} method. * * @author <a href="mailto:[email protected]">Apache MINA SSHD Project</a> */
