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