mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-09 00:18:39 +03:00
vestigal constructor
This commit is contained in:
@@ -38,10 +38,6 @@ public class AuthChallengeResponse
|
|||||||
this.provider = provider;
|
this.provider = provider;
|
||||||
}
|
}
|
||||||
|
|
||||||
public AuthChallengeResponse(ChallengeResponseProvider provider, List<String> submethods) {
|
|
||||||
this(provider);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void init(AuthParams params) {
|
public void init(AuthParams params) {
|
||||||
super.init(params);
|
super.init(params);
|
||||||
|
|||||||
Reference in New Issue
Block a user