Remove more finals from method signatures
Change-Id: I5849ebf378469dcfd5b89bed88c6f7dedf67f7ba Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
@@ -40,7 +40,7 @@ public class DownloadConfig {
|
||||
private final ImmutableSet<ArchiveFormat> archiveFormats;
|
||||
|
||||
@Inject
|
||||
DownloadConfig(@GerritServerConfig final Config cfg) {
|
||||
DownloadConfig(@GerritServerConfig Config cfg) {
|
||||
String[] allSchemes = cfg.getStringList("download", null, "scheme");
|
||||
if (allSchemes.length == 0) {
|
||||
downloadSchemes =
|
||||
|
||||
Reference in New Issue
Block a user