-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make setContainsErrors() and setIOException() void
The self-return isn't used anywhere. Anyway, that idiom is more appropriate for true builders where the information is known up-front; here it works more as a stateful mutation. Using void simplifies pulling these methods up to a base class in a follow-up CL. Work toward #19922. PiperOrigin-RevId: 676531919 Change-Id: Id13f600a167ac13183129a7e87bff97e519adf97
- Loading branch information
1 parent
f684292
commit f6318a6
Showing
1 changed file
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters