Skip to content

Commit

Permalink
Merge pull request #78 from basil/jsr305
Browse files Browse the repository at this point in the history
EOL JSR 305
  • Loading branch information
jglick authored Apr 27, 2023
2 parents 8159b15 + 18622e9 commit 2f67222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/hudson/slaves/CommandLauncher2Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import java.io.IOException;
import java.util.Collections;
import java.util.Set;
import javax.annotation.CheckForNull;
import edu.umd.cs.findbugs.annotations.CheckForNull;
import jenkins.model.Jenkins;
import org.apache.tools.ant.filters.StringInputStream;
import static org.hamcrest.Matchers.*;
Expand Down

0 comments on commit 2f67222

Please sign in to comment.