From 52e9b6605d87a554d36918d151768971bb6ef57f Mon Sep 17 00:00:00 2001 From: Nick Couchman Date: Sat, 15 Jul 2017 17:24:09 -0400 Subject: [PATCH] GUACAMOLE-197: Consistency for RADIUS vs. radius vs. Radius. --- .../guacamole/auth/radius/RadiusGuacamoleProperties.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 15f4da207..5df6a467e 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() {