Cleaned up code

This commit is contained in:
2021-08-19 21:16:55 +02:00
parent c77aaa413f
commit 8a16e172ad
4 changed files with 6 additions and 2 deletions

View File

@ -146,6 +146,7 @@ public abstract class SQLTable {
/**
* Gets the deletion manager of the current table
*
* @return the deletion manager
*/
public DeletionManager delete() {