(final String cardName)
| 1012 | } |
| 1013 | |
| 1014 | public String getNormalizedName(final String cardName) { |
| 1015 | // normalize Names first |
| 1016 | return normalizedNames.getOrDefault(cardName, cardName); |
| 1017 | } |
| 1018 | |
| 1019 | /** |
| 1020 | * Returns all printings of cards that *have* the given name. This includes as alternate faces and flavor names. |
no outgoing calls
no test coverage detected