Removed useless method

This commit is contained in:
mathias 2021-08-19 20:41:14 +02:00
parent d56a4e9580
commit f7eebbed86
No known key found for this signature in database
GPG Key ID: 8950DF62139C852A

View File

@ -91,17 +91,6 @@ public class SelectionManager {
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
*