aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/main/java/com/google/devtools/build/lib/actions/Artifact.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/actions/Artifact.java b/src/main/java/com/google/devtools/build/lib/actions/Artifact.java
index ac2cebf950..b7ac0dfdc1 100644
--- a/src/main/java/com/google/devtools/build/lib/actions/Artifact.java
+++ b/src/main/java/com/google/devtools/build/lib/actions/Artifact.java
@@ -319,7 +319,7 @@ public class Artifact
}
@SkylarkCallable(name = "owner", structField = true, allowReturnNones = true,
- doc = "A label of a target that produces this File. Can be None."
+ doc = "A label of a target that produces this File."
)
public Label getOwnerLabel() {
return owner.getLabel();