mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Remove misleading comment
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=144485773
This commit is contained in:
parent
8b61dcc6d0
commit
0dbaa8e5bc
1 changed files with 0 additions and 3 deletions
|
@ -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()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue