gerrit/gerrit-acceptance-tests
David Pursehouse d0bdeca698 SshCommandsIT: Use immutable type for constant field declarations
ErrorProne warns [1] that constant field declarations should use the
immutable type (such as ImmutableList) instead of the general collection
interface type (such as List).

[1] http://errorprone.info/bugpattern/MutableConstantField

Change-Id: If42c500891ea0eb90e753620b6c1e251336217e1
2018-08-29 10:24:30 +09:00
..
src/test/java/com/google/gerrit/acceptance SshCommandsIT: Use immutable type for constant field declarations 2018-08-29 10:24:30 +09:00
BUILD Run reindex test against Elasticsearch in addition to Lucene 2018-04-19 13:28:06 +02:00
tests.bzl Apply buildifier to .bzl files. 2018-07-10 20:38:52 +09:00