JavaDoc fixes

This commit is contained in:
Jeroen van Erp
2016-03-18 13:11:03 +01:00
parent e0df6a5fb5
commit 4f152749ce
2 changed files with 1 additions and 2 deletions

View File

@@ -64,7 +64,6 @@ public class ConnectionImpl
/**
* Create with an associated {@link Transport}.
*
* @param config the ssh config
* @param trans transport layer
* @param keepAlive the keep alive provider
*/

View File

@@ -45,7 +45,7 @@ public class Curve25519DH extends DHBase {
/**
* TODO want to figure out why BouncyCastle does not work.
* @return
* @return The initialized curve25519 parameter spec
*/
public static AlgorithmParameterSpec getCurve25519Params() {
X9ECParameters ecP = CustomNamedCurves.getByName("curve25519");