GUACAMOLE-197: Fix comments to remove return value for void function.

This commit is contained in:
Nick Couchman
2017-04-11 09:25:31 -04:00
committed by Nick Couchman
parent ecfa9183b5
commit 8d83ba2d8b

View File

@@ -71,13 +71,9 @@ public class RadiusConnectionService {
* Creates a new instance of RadiusConnection, configured with parameters
* from guacamole.properties.
*
* @return
* A new RadiusConnection instance which has already been configured
* with parameters from guacamole.properties.
*
* @throws GuacamoleException
* 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() {