Skip to content

Commit

Permalink
HDFS-17461. Fix spotbugs in ServiceScheduler#load
Browse files Browse the repository at this point in the history
  • Loading branch information
zhtttylz committed Oct 1, 2024
1 parent 4ff0dce commit 730103e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,9 @@
</Or>
<Bug pattern="SE_BAD_FIELD" />
</Match>
<Match>
<Class name="org.apache.hadoop.yarn.service.ServiceScheduler$1"/>
<Method name="load"/>
<Bug code="NP" pattern="NP_NONNULL_RETURN_VIOLATION"/>
</Match>
</FindBugsFilter>

0 comments on commit 730103e

Please sign in to comment.