Browse Source
The call() function of LsRemoteCommand returns Collection<Ref>, while its internal is using Map<String, Ref> all the time. Sometimes the map is much more useful to the caller so add a callAsMap() function to keep the API compatibility. Change-Id: Icb96b71277d5e2de59872aa777352dedc048c4e3 Signed-off-by: Yuxuan 'fishy' Wang <fishywang@google.com>stable-3.5
Yuxuan 'fishy' Wang
11 years ago
2 changed files with 26 additions and 9 deletions
Loading…
Reference in new issue