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

This commit is contained in:
Nick Couchman
2017-07-15 17:24:09 -04:00
parent 6acf032247
commit 52e9b6605d

View File

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