Make authenticator static to work with newer guice.

This commit is contained in:
Ray J. Greenwell
2017-12-28 08:34:14 -08:00
parent 03d2f4e679
commit 45c98d9446
@@ -71,7 +71,7 @@ public class Rejector extends PresentsServer
/**
* An authenticator implementation that refuses all authentication requests.
*/
protected class RejectingAuthenticator extends Authenticator
protected static class RejectingAuthenticator extends Authenticator
{
@Override
protected void processAuthentication (AuthingConnection conn, AuthResponse rsp)