mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +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>();
|
||||
|
||||
/**
|
||||
* Service for creating and retrieving objects.
|
||||
*/
|
||||
@Inject
|
||||
private ProviderService providerService;
|
||||
|
||||
/**
|
||||
* Set of all currently active connections.
|
||||
*/
|
||||
@Inject
|
||||
private ActiveConnectionSet activeConnectionSet;
|
||||
|
||||
|
Reference in New Issue
Block a user