Whoops, package-private constructor by mistake for AuthNone

This commit is contained in:
Shikhar Bhushan
2011-05-11 00:07:58 +01:00
parent 99e24b7323
commit d752bc36ff

View File

@@ -23,7 +23,7 @@ package net.schmizz.sshj.userauth.method;
public class AuthNone
extends AbstractAuthMethod {
AuthNone() {
public AuthNone() {
super("none");
}