mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-197: Consistency for RADIUS vs. radius vs. Radius.
This commit is contained in:
@@ -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() {
|
||||
|
||||
|
Reference in New Issue
Block a user