🛠️ Code cleanup & added many new features #1
@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user