commit | cdb4ae966a36b76015357565414c2e080f213f63 | [log] [tgz] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Fri Aug 01 14:08:27 2014 -0700 |
committer | Shawn Pearce <sop@google.com> | Fri Aug 01 14:08:27 2014 -0700 |
tree | c99e54eab9caef1f76d4f1c0369a3ab131ae709f | |
parent | 62d26f7868307eb5b031396708178f92f59d2ba7 [diff] |
Simplify BanCommitResult type The default constructor is not required, as Java will supply one. Use ArrayList(4) instead of LinkedList. Its about the same size for 1 commit, and smaller for higher numbers. Callers do not perform insertions or removals from the middle of the lists. Change-Id: Ib0e0c857697a6347dcb90c4c14f84555c2fd7c2a