maheshwarirohit87 / typica

Automatically exported from code.google.com/p/typica
Apache License 2.0
0 stars 0 forks source link

Domain#listItems(query,nextToken) doesn't consider nextToken #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
public QueryResult listItems(String queryString, String nextToken) throws
SDBException {
    return listItems(queryString, null, 0);
}

the parameter nextToken is lost

Original issue reported on code.google.com by micheleg...@gmail.com on 1 Aug 2008 at 12:40

GoogleCodeExporter commented 9 years ago
Yes, good catch. I have this fixed in SVN now.

Original comment by dkavan...@gmail.com on 4 Aug 2008 at 7:38