Files
gerrit/java/com/google/gerrit/server/config
David Pursehouse 7738f98c29 ConfigUpdatedEvent: Use immutable type in field declaration
Error Prone reports [1] that a field initialized to hold an immutable
collection should be declared using the immutable type itself.

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

Change-Id: I8058a45ad1c757671168ff237cecdedad04e8760
2020-02-25 19:42:36 +09:00
..