Skip to content

Commit

Permalink
Fix checkstyle finding (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikRehmTT committed May 14, 2024
1 parent 47e1b06 commit 1227c8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
import hudson.model.TaskListener;
import io.jenkins.plugins.analysis.core.model.ResultAction;
import io.jenkins.plugins.analysis.core.steps.IssuesRecorder;
import io.jenkins.plugins.analysis.warnings.WarningsPlugin;
import io.jenkins.plugins.util.RunResultHandler;
import io.jenkins.plugins.util.StageResultHandler;
import io.jenkins.plugins.analysis.warnings.WarningsPlugin;
import org.apache.commons.lang.RandomStringUtils;

import java.io.IOException;
Expand Down

0 comments on commit 1227c8d

Please sign in to comment.