mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 07:10:53 +03:00
Whoops, package-private constructor by mistake for AuthNone
This commit is contained in:
@@ -23,7 +23,7 @@ package net.schmizz.sshj.userauth.method;
|
||||
public class AuthNone
|
||||
extends AbstractAuthMethod {
|
||||
|
||||
AuthNone() {
|
||||
public AuthNone() {
|
||||
super("none");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user