mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUACAMOLE-102: Clean up unused constants; minor comment corrections.
This commit is contained in:
@@ -117,7 +117,7 @@ public class ModeledConnection extends ModeledChildDirectoryObject<ConnectionMod
|
|||||||
public static final String MAX_CONNECTIONS_PER_USER_NAME = "max-connections-per-user";
|
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";
|
public static final String CONNECTION_WEIGHT = "weight";
|
||||||
|
|
||||||
|
@@ -87,12 +87,6 @@ public class MySQLEnvironment extends JDBCEnvironment {
|
|||||||
*/
|
*/
|
||||||
private int DEFAULT_MAX_CONNECTIONS = 0;
|
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
|
* 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
|
* allowed to any one connection group. Note that, as long as the legacy
|
||||||
|
@@ -87,12 +87,6 @@ public class PostgreSQLEnvironment extends JDBCEnvironment {
|
|||||||
*/
|
*/
|
||||||
private int DEFAULT_MAX_CONNECTIONS = 0;
|
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
|
* 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
|
* allowed to any one connection group. Note that, as long as the legacy
|
||||||
|
Reference in New Issue
Block a user