gerrit/gerrit-util-cli
Dave Borowitz 0ecf8cf401 Avoid Multimap implementation create methods
Guava team recommends MultimapBuilder over specific Multimap
implementations, so callers don't have to know the specific key/value
behaviors of the individual implementations. The static factory
methods in the implementations will be removed in a later version.

LinkedListMultimap and LinkedHashMultimap are not affected, since
MultimapBuilder lacks support for specifying linked entries, and thus
the factory methods are not in immediate danger of deletion.

Change-Id: I7744db687da84a7beae31d1cb8953e782ed23c1d
2017-01-18 10:37:06 +09:00
..
src/main/java/com/google/gerrit/util/cli Avoid Multimap implementation create methods 2017-01-18 10:37:06 +09:00
BUCK Save GWT compile time by avoiding javac 2013-11-30 11:06:50 -08:00
BUILD Bazel: Reformat build files 2016-12-07 11:33:07 +00:00