Merge branch 'stable-2.9' into stable-2.10
* stable-2.9: SSH query command: Remove resume_sortkey query operator SSH query command: Add --start n option to skip n changes Change-Id: I6ea3e2d9d3a0c39c66390ac0afed6d648ad2ce69
This commit is contained in:
@@ -146,7 +146,7 @@ public class QueryProcessor {
|
||||
limit = n;
|
||||
}
|
||||
|
||||
void setStart(int n) {
|
||||
public void setStart(int n) {
|
||||
start = n;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user