You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2018/01/30 23:44:22 UTC

[10/50] guacamole-client git commit: GUACAMOLE-197: Fix comments to remove return value for void function.

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


Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/8d83ba2d
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/8d83ba2d
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/8d83ba2d

Branch: refs/heads/master
Commit: 8d83ba2d8b4003b419e90df1bc39a5d8399da9f5
Parents: ecfa918
Author: Nick Couchman <ni...@yahoo.com>
Authored: Tue Apr 11 09:25:31 2017 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Mon Jan 29 17:08:10 2018 -0500

----------------------------------------------------------------------
 .../apache/guacamole/auth/radius/RadiusConnectionService.java  | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/8d83ba2d/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/RadiusConnectionService.java
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/RadiusConnectionService.java b/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/RadiusConnectionService.java
index d9a7c2d..e8a30ff 100644
--- a/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/RadiusConnectionService.java
+++ b/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/RadiusConnectionService.java
@@ -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() {