🛠️ Code cleanup & added many new features #1

Merged
gnmyt merged 121 commits from features/code-cleanup into master 2021-09-02 13:34:00 +00:00
Showing only changes of commit f7eebbed86 - Show all commits

View File

@ -91,17 +91,6 @@ public class SelectionManager {
return this; return this;
} }
/**
* Sets the limit of the rows
*
* @param limit The new limit
* @return this class
*/
public SelectionManager limit(String limit) {
this.limit = Integer.parseInt(limit);
return this;
}
/** /**
* Get the ResultManager * Get the ResultManager
* *