Skip to content

Commit d232c9f

Browse files
committed
Remove unnecessary SpotBugs exclusion
1 parent b44ce04 commit d232c9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/jenkinsci/plugins/workflow/libs/SCMSourceRetriever.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ private static <T> T retrySCMOperation(TaskListener listener, Callable<T> task)
172172
return ret;
173173
}
174174

175-
@SuppressFBWarnings(value = "RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE", justification = "apparently bogus complaint about redundant nullcheck in try-with-resources")
176175
static void doRetrieve(String name, boolean changelog, @NonNull SCM scm, String libraryPath, FilePath target, Run<?, ?> run, TaskListener listener) throws Exception {
177176
// Adapted from CpsScmFlowDefinition:
178177
SCMStep delegate = new GenericSCMStep(scm);

0 commit comments

Comments
 (0)