Skip to content

Commit e80ca15

Browse files
Googlercopybara-github
authored andcommitted
Make ReturnMissingNullable a warning
PiperOrigin-RevId: 502710013 Change-Id: I80f35a248623d293e187d481dc5ffbaff08bf25f
1 parent 01ca1f7 commit e80ca15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/jdk/default_java_toolchain.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ DEFAULT_JAVACOPTS = [
5656
"-Xep:IgnoredPureGetter:OFF",
5757
"-Xep:EmptyTopLevelDeclaration:OFF",
5858
"-Xep:LenientFormatStringValidation:OFF",
59+
"-Xep:ReturnMissingNullable:OFF",
5960
]
6061

6162
# Default java_toolchain parameters

0 commit comments

Comments
 (0)