Implement Changes.query() method

Change-Id: If5fbc81dab654537503337fb4243dda3fa4927b4
This commit is contained in:
Dave Borowitz
2014-05-20 12:43:35 -07:00
parent 1a997b3169
commit d9888ca6ba
3 changed files with 154 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ public class QueryChanges implements RestReadView<TopLevelResource> {
}
@Override
public Object apply(TopLevelResource rsrc)
public List<?> apply(TopLevelResource rsrc)
throws BadRequestException, AuthException, OrmException {
List<List<ChangeInfo>> out;
try {