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:48 UTC

[36/50] guacamole-client git commit: GUACAMOLE-197: Consistency for RADIUS vs. radius vs. Radius.

GUACAMOLE-197: Consistency for RADIUS vs. radius vs. Radius.


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

Branch: refs/heads/master
Commit: 52e9b6605d87a554d36918d151768971bb6ef57f
Parents: 6acf032
Author: Nick Couchman <vn...@apache.org>
Authored: Sat Jul 15 17:24:09 2017 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Mon Jan 29 17:08:11 2018 -0500

----------------------------------------------------------------------
 .../apache/guacamole/auth/radius/RadiusGuacamoleProperties.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/52e9b660/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/RadiusGuacamoleProperties.java
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/RadiusGuacamoleProperties.java b/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/RadiusGuacamoleProperties.java
index 15f4da2..5df6a46 100644
--- a/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/RadiusGuacamoleProperties.java
+++ b/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/RadiusGuacamoleProperties.java
@@ -88,7 +88,7 @@ public class RadiusGuacamoleProperties {
     };
 
     /**
-     * The number of retries when attempting a radius packet transaction.
+     * The number of retries when attempting a RADIUS packet transaction.
      */
     public static final IntegerGuacamoleProperty RADIUS_RETRIES = new IntegerGuacamoleProperty() {
 
@@ -98,7 +98,7 @@ public class RadiusGuacamoleProperties {
     };
 
     /**
-     * The network timeout when attempting a radius packet transaction.
+     * The network timeout when attempting a RADIUS packet transaction.
      */
     public static final IntegerGuacamoleProperty RADIUS_TIMEOUT = new IntegerGuacamoleProperty() {