mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Ticket #269: Add missing JavaDoc for MySQLConnection, remove whitespace at ends of lines.
This commit is contained in:
@@ -68,9 +68,15 @@ public class MySQLConnection extends AbstractConnection {
|
|||||||
*/
|
*/
|
||||||
private List<ConnectionRecord> history = new ArrayList<ConnectionRecord>();
|
private List<ConnectionRecord> history = new ArrayList<ConnectionRecord>();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Service for creating and retrieving objects.
|
||||||
|
*/
|
||||||
@Inject
|
@Inject
|
||||||
private ProviderService providerService;
|
private ProviderService providerService;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set of all currently active connections.
|
||||||
|
*/
|
||||||
@Inject
|
@Inject
|
||||||
private ActiveConnectionSet activeConnectionSet;
|
private ActiveConnectionSet activeConnectionSet;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user