aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2018-02-12 14:33:16 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-02-12 14:35:32 -0800
commitb693844b15296d11186145426e81e63a3dc8146e (patch)
tree0078231082e4d62c6118270daed3d0f678af6475 /tools
parentb87a47a090aa04b7df256a229ecdbf2ec319c03c (diff)
Fix parameter names in docs
RELNOTES: None PiperOrigin-RevId: 185436886
Diffstat (limited to 'tools')
-rw-r--r--tools/build_defs/repo/maven_rules.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_defs/repo/maven_rules.bzl b/tools/build_defs/repo/maven_rules.bzl
index a17bf6f1cd..953532dd98 100644
--- a/tools/build_defs/repo/maven_rules.bzl
+++ b/tools/build_defs/repo/maven_rules.bzl
@@ -17,7 +17,7 @@
# The API of this is largely the same as the native maven_jar rule,
# except for the server attribute, which is not implemented. The optional
# settings supports passing a custom Maven settings.xml to download the JAR.
-# 2) maven_aar(name, artifact, repository, sha1)
+# 2) maven_aar(name, artifact, sha1, settings)
# The API of this rule is the same as maven_jar except that the artifact must
# be the Maven coordinate of an AAR and it does not support the historical
# repository and server attributes.