From 013956116f9dc2abf2f4c9eb6d1f9c7bfb3cb295 Mon Sep 17 00:00:00 2001 From: Googler Date: Wed, 16 Nov 2016 20:28:51 +0000 Subject: "File" is capitalized in doc filename -- MOS_MIGRATED_REVID=139364083 --- src/main/java/com/google/devtools/build/lib/rules/SkylarkAttr.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/google/devtools/build/lib/rules/SkylarkAttr.java b/src/main/java/com/google/devtools/build/lib/rules/SkylarkAttr.java index 310b23d4d0..7d93d78dc3 100644 --- a/src/main/java/com/google/devtools/build/lib/rules/SkylarkAttr.java +++ b/src/main/java/com/google/devtools/build/lib/rules/SkylarkAttr.java @@ -520,7 +520,7 @@ public final class SkylarkAttr { positional = false, doc = "This is similar to allow_files, with the restriction that the label must " - + "correspond to a single File. " + + "correspond to a single File. " + "Access it through ctx.file.<attribute_name>." ), @Param( @@ -557,7 +557,7 @@ public final class SkylarkAttr { positional = false, doc = "Deprecated: Use allow_single_file instead. " - + "If True, the label must correspond to a single File. " + + "If True, the label must correspond to a single File. " + "Access it through ctx.file.<attribute_name>." ), @Param( -- cgit v1.2.3