Files
gerrit/java
David Pursehouse f717f06986 Fix trivial usages of deprecated RefDatabase.getRefs method
getRefs(String) returns Map<String, Ref>; most callers only call its
values() method and iterate over the list of Ref objects. It's trivial
to replace those calls with getRefsByPrefix which returns a List<Ref>.

Change-Id: Iad142ea8a0dec69b22fcec084bb66eafd79c2a0d
2018-06-21 13:52:33 +09:00
..
2018-06-05 13:06:05 +02:00