Skip to content

Commit

Permalink
Fix spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Echavarria committed Dec 11, 2024
1 parent b8aacbe commit 7b7abf5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ public void setTraits(List<SCMSourceTrait> traits) {
}

@Override
@SuppressFBWarnings("NP_NULL_ON_SOME_PATH_EXCEPTION")
protected SCMRevision retrieve(@NonNull SCMHead head, @NonNull TaskListener listener)
throws IOException, InterruptedException {
if (indexingTimeout != null && indexingTimeout > 0) {
Expand Down Expand Up @@ -362,6 +363,7 @@ protected SCMRevision retrieve(@NonNull SCMHead head, @NonNull TaskListener list
}

@Override
@SuppressFBWarnings("NP_NULL_ON_SOME_PATH_EXCEPTION")
protected void retrieve(
SCMSourceCriteria criteria,
@NonNull SCMHeadObserver observer,
Expand Down

0 comments on commit 7b7abf5

Please sign in to comment.