GUACAMOLE-197: Fix indentation after removing try/catch block.

This commit is contained in:
Nick Couchman
2017-03-21 17:14:15 -04:00
committed by Nick Couchman
parent dd48486f12
commit 3a5c43b94e

View File

@@ -164,6 +164,7 @@ public class AuthenticationProviderService {
Field radiusStateField = new RadiusStateField(radiusState);
CredentialsInfo expectedCredentials = new CredentialsInfo(Arrays.asList(radiusResponseField,radiusStateField));
throw new GuacamoleInsufficientCredentialsException("LOGIN.INFO_RADIUS_ADDL_REQUIRED", expectedCredentials);
}
// If we receive AccessAccept, authentication has succeeded