GUACAMOLE-102: Clean up code style issues, remove the unnecessary getDefaultConnectionWeight method.

This commit is contained in:
Nick Couchman
2017-06-05 15:13:19 -04:00
parent f66bbd2e0f
commit d2d543028f
5 changed files with 3 additions and 31 deletions

View File

@@ -200,14 +200,6 @@ public class PostgreSQLEnvironment extends JDBCEnvironment {
);
}
@Override
public int getDefaultConnectionWeight() throws GuacamoleException {
return getProperty(
PostgreSQLGuacamoleProperties.POSTGRESQL_DEFAULT_CONNECTION_WEIGHT,
DEFAULT_CONNECTION_WEIGHT
);
}
@Override
public int getDefaultMaxGroupConnections() throws GuacamoleException {
return getProperty(