From a821d859bcf2423e50c5124cc3c1b464770b07a0 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Wed, 12 Jun 2013 18:28:24 +0300 Subject: [PATCH] this sentence was already moved to Queue.Task.getDefaultAuthentication() --- core/src/main/java/hudson/model/Queue.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/src/main/java/hudson/model/Queue.java b/core/src/main/java/hudson/model/Queue.java index 03f73f882d..00d357dfad 100644 --- a/core/src/main/java/hudson/model/Queue.java +++ b/core/src/main/java/hudson/model/Queue.java @@ -1294,10 +1294,7 @@ public class Queue extends ResourceController implements Saveable { * *

* 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, - * consider returning the identity of the user who created the task, or - * {@link ACL#SYSTEM} to bypass the access control and run as the super user, which has been - * the traditional behaviour.) + * based on whether this {@link Authentication} is allowed to use them. * *

* This method was added to an interface after it was created, so plugins built against -- GitLab