Fixing minor error
This commit is contained in:
parent
9def913453
commit
c70ab1fc72
1 changed files with 1 additions and 1 deletions
|
|
@ -8,5 +8,5 @@ import java.util.concurrent.Callable;
|
||||||
* This class uses the GetRecordsRetrievalStrategy class to retrieve the next set of records and update the cache.
|
* This class uses the GetRecordsRetrievalStrategy class to retrieve the next set of records and update the cache.
|
||||||
*/
|
*/
|
||||||
public interface GetRecordsRetriever {
|
public interface GetRecordsRetriever {
|
||||||
GetRecordsResult getNextRecords(int maxRecords)
|
GetRecordsResult getNextRecords(int maxRecords);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue