Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 2503b72

Browse files
authored
Fix typo (copied from upstream) in java.bzl (#286)
1 parent b772564 commit 2503b72

File tree

1 file changed

+1
-1
lines changed
  • rules/external/third_party/bazel/tools/build_defs/repo

1 file changed

+1
-1
lines changed

rules/external/third_party/bazel/tools/build_defs/repo/java.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ These import rules must have the following attributes:
2626
- "runtime_deps"
2727
- "exports"
2828
29-
the code here is solely based on `jave_import_external` from bazelbuild/bazel repository and is proposed to be upstreamed back.
29+
the code here is solely based on `java_import_external` from bazelbuild/bazel repository and is proposed to be upstreamed back.
3030
3131
the following macros are defined below that utilize jvm_import_external:
3232

0 commit comments

Comments
 (0)