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";

View File

@@ -87,12 +87,6 @@ public class MySQLEnvironment extends JDBCEnvironment {
*/
private int DEFAULT_MAX_CONNECTIONS = 0;
/**
* The default value for the connection weight for a connection in
* a balancing group.
*/
private int DEFAULT_CONNECTION_WEIGHT = 0;
/**
* The default value for the default maximum number of connections to be
* allowed to any one connection group. Note that, as long as the legacy

View File

@@ -87,12 +87,6 @@ public class PostgreSQLEnvironment extends JDBCEnvironment {
*/
private int DEFAULT_MAX_CONNECTIONS = 0;
/**
* The default value for the connection weight for a connection in
* a balancing group.
*/
private int DEFAULT_CONNECTION_WEIGHT = 0;
/**
* The default value for the default maximum number of connections to be
* allowed to any one connection group. Note that, as long as the legacy