mirror of
https://github.com/google/nomulus
synced 2026-01-08 23:23:32 +00:00
Remove misleading comment
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=144485773
This commit is contained in:
@@ -40,9 +40,6 @@ public class HistoryEntrySubject extends Subject<HistoryEntrySubject, HistoryEnt
|
||||
|
||||
@Override
|
||||
public String actualCustomStringRepresentation() {
|
||||
// This will unfortunately not use the customName field in the superclass, but we can't call
|
||||
// super.actualAsString(), because as currently implemented, it would result in an infinite
|
||||
// recursion.
|
||||
return Optional.fromNullable(customDisplaySubject).or(String.valueOf(actual()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user