diff --git a/core/src/main/java/hudson/model/queue/SubTask.java b/core/src/main/java/hudson/model/queue/SubTask.java index aaae033215085477e3042b943f3bf18cec340f6a..6a31232625f2e31c3aa1b02392c264e74fea8d21 100644 --- a/core/src/main/java/hudson/model/queue/SubTask.java +++ b/core/src/main/java/hudson/model/queue/SubTask.java @@ -88,7 +88,7 @@ public interface SubTask extends ResourceActivity { Object getSameNodeConstraint(); /** - * Returns the identity that this task runs as for the purpose of access control. + * Returns the identity that this task carries when it runs, for the purpose of access control. * * When the task execution touches other objects inside Jenkins, the access control is performed * based on whether this {@link Authentication} is allowed to use them. Implementers, if you are unsure,