Ticket #269: Add missing JavaDoc for MySQLConnection, remove whitespace at ends of lines.

This commit is contained in:
Michael Jumper
2013-02-26 21:17:57 -08:00
parent 79872b9012
commit 39a2d4eae7
2 changed files with 9 additions and 3 deletions

View File

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