Skip to content

Commit

Permalink
Make a return type specify the immutable interface
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=182944089
  • Loading branch information
blickly authored and Tyler Breisacher committed Jan 23, 2018
1 parent 5f6da5d commit 63d2542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/google/javascript/jscomp/CompilerOptions.java
Expand Up @@ -2786,7 +2786,7 @@ public void setInstrumentBranchCoverage(boolean instrumentBranchCoverage) {
} }
} }


public final List<ConformanceConfig> getConformanceConfigs() { public final ImmutableList<ConformanceConfig> getConformanceConfigs() {
return conformanceConfigs; return conformanceConfigs;
} }


Expand Down

0 comments on commit 63d2542

Please sign in to comment.