SSH query command: Add --start n option to skip n changes

Change-Id: If5031ce1a91a4fa68828241f1dfcf0c54f58652e
This commit is contained in:
David Ostrovsky
2014-08-09 03:32:08 +02:00
committed by Dave Borowitz
parent 70b4f8f703
commit 6855018bb3
3 changed files with 11 additions and 1 deletions

View File

@@ -146,7 +146,7 @@ public class QueryProcessor {
limit = n;
}
void setStart(int n) {
public void setStart(int n) {
start = n;
}