Skip to content

Commit

Permalink
Add switch case for NTI_SUPPORTED FeatureSet.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=184010090
  • Loading branch information
DylanDavidson authored and lauraharker committed Feb 1, 2018
1 parent f14ef90 commit 4edb896
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ public static FeatureSet valueOf(String name) {
case "es6-impl":
case "es6":
return ES6;
case "ntiSupported":
return NTI_SUPPORTED;
case "es7":
return ES7;
case "es8":
Expand Down

0 comments on commit 4edb896

Please sign in to comment.