Skip to content

Commit 3e428ce

Browse files
author
Aaron Echavarria
committed
Fix spotbugs
1 parent 04ff4cb commit 3e428ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/io/jenkins/plugins/gitlabbranchsource/GitLabSCMSource.java

+2
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ public void setTraits(List<SCMSourceTrait> traits) {
274274
}
275275

276276
@Override
277+
@SuppressFBWarnings("NP_NULL_ON_SOME_PATH_EXCEPTION")
277278
protected SCMRevision retrieve(@NonNull SCMHead head, @NonNull TaskListener listener)
278279
throws IOException, InterruptedException {
279280
if (indexingTimeout != null && indexingTimeout > 0) {
@@ -362,6 +363,7 @@ protected SCMRevision retrieve(@NonNull SCMHead head, @NonNull TaskListener list
362363
}
363364

364365
@Override
366+
@SuppressFBWarnings("NP_NULL_ON_SOME_PATH_EXCEPTION")
365367
protected void retrieve(
366368
SCMSourceCriteria criteria,
367369
@NonNull SCMHeadObserver observer,

0 commit comments

Comments
 (0)