From 84276af007d138ec2e108a084ab179119c0ba3f3 Mon Sep 17 00:00:00 2001 From: Nick Couchman Date: Sat, 15 Jul 2017 17:28:58 -0400 Subject: [PATCH] GUACAMOLE-197: Clean up property comments. --- .../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 5df6a467e..cee7e0e22 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 @@ -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() { @@ -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() {