Skip to content

Commit fec21a8

Browse files
committed
Oops, contradictory annotations!
1 parent bbea297 commit fec21a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/docker/workflow/client/DockerClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ private LaunchResult launch(@Nonnull EnvVars launchEnv, boolean quiet, @Nonnull
276276
private LaunchResult launch(@Nonnull EnvVars launchEnv, boolean quiet, FilePath pwd, @Nonnull String... args) throws IOException, InterruptedException {
277277
return launch(launchEnv, quiet, pwd, new ArgumentListBuilder(args));
278278
}
279-
private LaunchResult launch(@CheckForNull @Nonnull EnvVars launchEnv, boolean quiet, FilePath pwd, @Nonnull ArgumentListBuilder args) throws IOException, InterruptedException {
279+
private LaunchResult launch(@Nonnull EnvVars launchEnv, boolean quiet, FilePath pwd, @Nonnull ArgumentListBuilder args) throws IOException, InterruptedException {
280280
// Prepend the docker command
281281
args.prepend(DockerTool.getExecutable(toolName, node, launcher.getListener(), launchEnv));
282282

0 commit comments

Comments
 (0)