Skip to content

Commit

Permalink
Further fix for #39
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jun 4, 2019
1 parent 1d4c835 commit 15ce86e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ public void handleRequest (@Nonnull final IRequestWebScopeWithoutResponse aReque
nEffectiveLastIndex +
1);

// Group by participant ID
final IMultiMapListBased <IParticipantIdentifier, PDStoredBusinessEntity> aGroupedDocs = PDStorageManager.getGroupedByParticipantID (aResultDocs);
// Group results by participant ID
final IMultiMapListBased <IParticipantIdentifier, PDStoredBusinessEntity> aGroupedDocs = PDStorageManager.getGroupedByParticipantID (aResultView);
final ZonedDateTime aNow = PDTFactory.getCurrentZonedDateTimeUTC ();

// build result
Expand Down

0 comments on commit 15ce86e

Please # to comment.