Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,8 @@ public int compare(MergedBlockGroup group, MergedBlockGroup other) {
* @param groupOffset Which group to start from.
* @param topNGroups How many top groups to keep.
* @param docSort The sort to use within each group
* @return TopGroups instance or null if there are no groups.
* @return TopGroups instance; if there are no groups, returns a TopGroups with an empty groups
* array.
*/
@SuppressWarnings("unchecked")
public static <T> TopGroups<T> mergeBlockGroups(
Expand Down
Loading