🐛 Removed the default value of the limit

This commit is contained in:
mathias 2021-09-03 00:07:13 +02:00
parent d805b8f834
commit 0a7d2f9a22
No known key found for this signature in database
GPG Key ID: 8950DF62139C852A

View File

@ -20,7 +20,7 @@ public class SelectionManager {
private final HashMap<String, Object> WHERE_LIST = new HashMap<>();
private final ArrayList<String> SELECTION_LIST = new ArrayList<>();
private String limit = "";
private String limit;
private String tableName = "default";
/**