🐛 Removed the default value of the limit
This commit is contained in:
parent
d805b8f834
commit
0a7d2f9a22
@ -20,7 +20,7 @@ public class SelectionManager {
|
|||||||
private final HashMap<String, Object> WHERE_LIST = new HashMap<>();
|
private final HashMap<String, Object> WHERE_LIST = new HashMap<>();
|
||||||
private final ArrayList<String> SELECTION_LIST = new ArrayList<>();
|
private final ArrayList<String> SELECTION_LIST = new ArrayList<>();
|
||||||
|
|
||||||
private String limit = "";
|
private String limit;
|
||||||
private String tableName = "default";
|
private String tableName = "default";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user