Files
gerrit/gerrit-server
David Pursehouse dba9da101c Replace usage of Iterables.limit with Java 8 Stream API
Also remove ChangeQueryBuilder's unnecessary construction of
an ImmutableSet. The else block returns a regular Set, so there
is no need for the other branch to return ImmutableSet.

Change-Id: I28b14ee322b7edabea5023f9cb25452d128da9d8
2019-07-11 19:22:21 +09:00
..