Skip to content

Commit 6735578

Browse files
authored
Merge pull request #105 from Ladyprowess/patch-1
Make a comment more inclusive
2 parents 59e2433 + 376142d commit 6735578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/jenkinsci/plugins/workflow/steps/StepContext.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ public abstract class StepContext implements FutureCallback<Object>, Serializabl
5757
* <dt>{@link Launcher} <dd>a way to fork processes
5858
* <dt>{@link EnvVars} <dd>read access to environment variables associated with a run, typically used for launchers
5959
* <dt>{@link FilePath} <dd>a “workspace” to use for example as from {@link hudson.Launcher.ProcStarter#pwd(hudson.FilePath)}
60-
* <dt>{@link Computer} <dd>a slave we are running on
61-
* <dt>{@link Executor} <dd>an executor slot on a slave we are running on
60+
* <dt>{@link Computer} <dd>an agent we are running on
61+
* <dt>{@link Executor} <dd>an executor slot on an agent we are running on
6262
* <dt>{@link TaskListener} <dd>a place to send output (see {@code LogAction} for a flow)
6363
* <dt>{@link Run} <dd>a running build
6464
* <dt>{@code FlowExecution} <dd>a running flow

0 commit comments

Comments
 (0)