mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-197: Fix comments to remove return value for void function.
This commit is contained in:
committed by
Nick Couchman
parent
ecfa9183b5
commit
8d83ba2d8b
@@ -71,13 +71,9 @@ public class RadiusConnectionService {
|
|||||||
* Creates a new instance of RadiusConnection, configured with parameters
|
* Creates a new instance of RadiusConnection, configured with parameters
|
||||||
* from guacamole.properties.
|
* from guacamole.properties.
|
||||||
*
|
*
|
||||||
* @return
|
|
||||||
* A new RadiusConnection instance which has already been configured
|
|
||||||
* with parameters from guacamole.properties.
|
|
||||||
*
|
|
||||||
* @throws GuacamoleException
|
* @throws GuacamoleException
|
||||||
* If an error occurs while parsing guacamole.properties, or if the
|
* If an error occurs while parsing guacamole.properties, or if the
|
||||||
* requested encryption method is actually not implemented (a bug).
|
* configuration of RadiusClient fails.
|
||||||
*/
|
*/
|
||||||
private void createRadiusConnection() {
|
private void createRadiusConnection() {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user