Removed useless method
This commit is contained in:
parent
d56a4e9580
commit
f7eebbed86
@ -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