mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUACAMOLE-197: Clean up property comments.
This commit is contained in:
@@ -47,7 +47,7 @@ public class RadiusGuacamoleProperties {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The port on the RADIUS server to connect to when accounting users.
|
* The port on the server to connect to when performing RADIUS accounting.
|
||||||
*/
|
*/
|
||||||
public static final IntegerGuacamoleProperty RADIUS_ACCT_PORT = new IntegerGuacamoleProperty() {
|
public static final IntegerGuacamoleProperty RADIUS_ACCT_PORT = new IntegerGuacamoleProperty() {
|
||||||
|
|
||||||
@@ -68,7 +68,7 @@ public class RadiusGuacamoleProperties {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The shared secret of the RADIUS server to connect to when authenticating users.
|
* The shared secret to use when connecting to the RADIUS server.
|
||||||
*/
|
*/
|
||||||
public static final StringGuacamoleProperty RADIUS_SHARED_SECRET = new StringGuacamoleProperty() {
|
public static final StringGuacamoleProperty RADIUS_SHARED_SECRET = new StringGuacamoleProperty() {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user