Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 711437477
  • Loading branch information
kluever authored and Guice Team committed Jan 2, 2025
1 parent fd77c95 commit 552f30e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion extensions/servlet/test/com/google/inject/servlet/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ package(
java_library(
name = "tests",
srcs = glob(["**/*.java"]),
javacopts = ["-Xep:FutureReturnValueIgnored:OFF"],
javacopts = [
"-Xep:FutureReturnValueIgnored:OFF",
"-Xep:MixedArrayDimensions:OFF",
],
deps = [
"//core/src/com/google/inject",
"//core/test/com/google/inject:testsupport",
Expand Down

0 comments on commit 552f30e

Please sign in to comment.