Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List). Change-Id: I1d9fa036801bc644683204405a62d3a99ca16a5d Signed-off-by: Edwin Kempin <ekempin@google.com>
Constant field declarations should use the immutable type (such as ImmutableList) instead of the general collection interface type (such as List). Change-Id: I1d9fa036801bc644683204405a62d3a99ca16a5d Signed-off-by: Edwin Kempin <ekempin@google.com>