1
0
mirror of https://github.com/google/nomulus synced 2026-01-03 19:54:18 +00:00
Files
nomulus/java
mcilwain 823bdc721f Don't override toString() on enums
It is a bad idea to override toString() on enums to return something other than
the actual name of the enum.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=133318012
2016-09-19 12:01:21 -04:00
..