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() {