mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUACAMOLE-774: Fix deprecation issue with Java 9 and up.
This commit is contained in:
@@ -57,6 +57,7 @@ public class RadiusAuthenticationProviderModule extends AbstractModule {
|
|||||||
* If an error occurs while retrieving the Guacamole server
|
* If an error occurs while retrieving the Guacamole server
|
||||||
* environment.
|
* environment.
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("deprecation")
|
||||||
public RadiusAuthenticationProviderModule(AuthenticationProvider authProvider)
|
public RadiusAuthenticationProviderModule(AuthenticationProvider authProvider)
|
||||||
throws GuacamoleException {
|
throws GuacamoleException {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user