-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly allow logVarargs to take an array containing null objects.
This is already supported for log() calls which take @NullableDect Object params and then pass them into logImpl (see http://third_party/java_src/flogger/api/src/main/java/com/google/common/flogger/LogContext.java?rcl=289240473&l=896). This is so a @FormatMethod which uses "@nullable Object... args" can pass the args directly to logVarargs() without a static analysis test failing. RELNOTES=Explicitly allow an array containing null objects in logVarargs(). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=291245533
- Loading branch information
1 parent
91d4388
commit 0805f96
Showing
3 changed files
with
4 additions
and
4 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