Remove misleading comment

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=144485773
This commit is contained in:
mountford 2017-01-13 14:32:51 -08:00 committed by Ben McIlwain
parent 8b61dcc6d0
commit 0dbaa8e5bc

View file

@ -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()));
}