GUACAMOLE-197: Add override for module shutdown() method.

This commit is contained in:
Nick Couchman
2017-10-10 20:35:51 -04:00
parent 67df52ab0b
commit f84e3b88c6

View File

@@ -68,6 +68,11 @@ public class RadiusAuthenticationProvider implements AuthenticationProvider {
return null;
}
@Override
public void shutdown() {
// Do nothing
}
@Override
public AuthenticatedUser authenticateUser(Credentials credentials) throws GuacamoleException {