-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make nullWriter().append(...) (both overloads) accept a null CharSequence. The docs of Writer are misleading: """ An invocation of this method of the form out.append(csq) behaves in exactly the same way as the invocation out.write(csq.toString()) """ https://docs.oracle.com/javase/7/docs/api/java/io/Writer.html#app... ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=298459337
- Loading branch information
1 parent
f6c3cd2
commit 064fac3
Showing
4 changed files
with
38 additions
and
8 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
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
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
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