Fixed key naming.
This commit is contained in:
parent
d5a9f9af6d
commit
5387c86ce0
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue