Cleaned up code

This commit is contained in:
2021-08-19 22:09:11 +02:00
parent 34c1ec14fa
commit f6d89ee3f2
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ public class TableGenerator {
private final String tableName;
/**
* Basic constructor for the TableGenerator
* Basic constructor for the {@link TableGenerator}
*
* @param tableName Name of the table
*/