Added a comment to the table factory
This commit is contained in:
parent
a3766aa490
commit
7daa494272
@ -12,6 +12,11 @@ public class TableFactory {
|
||||
|
||||
private final MySQLConnection connection;
|
||||
|
||||
/**
|
||||
* Basic constructor of the {@link TableFactory}
|
||||
*
|
||||
* @param connection The mysql connection
|
||||
*/
|
||||
public TableFactory(MySQLConnection connection) {
|
||||
this.connection = connection;
|
||||
}
|
||||
|
Reference in New Issue
Block a user