Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 561809283
  • Loading branch information
rluble authored and copybara-github committed Sep 1, 2023
1 parent 816ee30 commit f683c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_defs/internal_do_not_use/j2cl_common.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ DEFAULT_J2CL_JAVAC_OPTS = [
"-XDinjectLogSites=false",
# Avoid optimized JVM String concat which introduces calls to unsupported APIs.
"-XDstringConcat=inline",
# Explicitly enable Java 11. Neeeded for open-source
# Explicitly enable Java 11. Needed for open-source
"-source 11",
"-target 11",
]
Expand Down

0 comments on commit f683c82

Please sign in to comment.