mirror of
https://github.com/google/nomulus
synced 2026-06-09 16:33:02 +00:00
b1e1dd0f47
We almost certainly had intended to record a String representation of the numeric Code all along, but a bad toString() method on the enum resulted in the wrong thing happening. This is more evidence of why overriding toString() on enums is bad. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=133583683