Skip to content

Commit

Permalink
Mark spotbugs warning as irrelevant.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Feb 4, 2023
1 parent a2978d1 commit 08a13ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2018,6 +2018,7 @@ protected ForField(FieldDescription fieldDescription, Assigner assigner, Assigne
/**
* {@inheritDoc}
*/
@SuppressFBWarnings(value = "NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE", justification = "Field description always has declaring type.")
public Resolution resolve(TypeDescription targetType,
ByteCodeElement target,
TypeList.Generic parameters,
Expand Down

0 comments on commit 08a13ae

Please sign in to comment.