GUACAMOLE-102: Clean up unused constants; minor comment corrections.

This commit is contained in:
Nick Couchman
2017-06-05 15:20:24 -04:00
parent d2d543028f
commit 839f53ca96
3 changed files with 1 additions and 13 deletions

View File

@@ -117,7 +117,7 @@ public class ModeledConnection extends ModeledChildDirectoryObject<ConnectionMod
public static final String MAX_CONNECTIONS_PER_USER_NAME = "max-connections-per-user";
/**
* The connection weight for the WRR algorithm.
* The connection weight for weighted algorithms.
*/
public static final String CONNECTION_WEIGHT = "weight";