GUACAMOLE-210: Implement AuthenticationProvider shutdown() function required due to GUACAMOLE-393.

This commit is contained in:
Michael Jumper
2017-09-25 13:09:11 -07:00
parent 4dbf9a3f9e
commit 4e459b9f19

View File

@@ -107,4 +107,9 @@ public class OpenIDAuthenticationProvider implements AuthenticationProvider {
}
@Override
public void shutdown() {
// Do nothing
}
}