mirror of
https://github.com/google/nomulus
synced 2026-08-27 19:37:07 +00:00
The HistoryEntrySubject.actualCustomStringRepresentation() was calling a superclass method which ultimately called HistoryEntrySubject.actualCustomStringRepresentation(). So any test which failed due to a HistoryEntry problem resulted in a stack overflow error instead of a more helpful error indicating the actual problem. The solution is not to call the superclass method. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=143702856