update comment

This commit is contained in:
Ken Stevens 2019-11-13 17:31:09 -05:00 committed by James Agnew
parent ad39b319f8
commit 995bda0623
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ public class PersistedJpaBundleProvider implements IBundleProvider {
protected List<IBaseResource> doSearchOrEverything(final int theFromIndex, final int theToIndex) {
if (mySearchEntity.getTotalCount() != null && mySearchEntity.getNumFound() <= 0) {
// This is a _summary=count search
// No resources to fetch (e.g. we did a _summary=count search)
return Collections.emptyList();
}
final ISearchBuilder sb = myDao.newSearchBuilder();