Fixed key naming.

This commit is contained in:
Willem Cazander 2022-01-31 17:56:42 +01:00
parent d5a9f9af6d
commit 5387c86ce0

View file

@ -91,7 +91,7 @@ public enum T20PartScore implements BasePart,BasePartAlt3 {
return CHINA_MAP.get(chinaKey); return CHINA_MAP.get(chinaKey);
} }
public static T20PartScore valueOfOpenLC(String chinaKey) { public static T20PartScore valueOfOpenLC(String openLCKey) {
return OPENLC_MAP.get(chinaKey); return OPENLC_MAP.get(openLCKey);
} }
} }