Skip to content

Commit

Permalink
[java] SpotBugs exclude IS2_INCONSISTENT_SYNC form the `SeleniumMan…
Browse files Browse the repository at this point in the history
…ager` (SeleniumHQ#14768)
  • Loading branch information
mk868 authored Dec 9, 2024
1 parent 4bb5353 commit 9d68245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/spotbugs-excludes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@

<Match>
<Class name="org.openqa.selenium.manager.SeleniumManager"/>
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE,IS2_INCONSISTENT_SYNC"/>
</Match>

</FindBugsFilter>

0 comments on commit 9d68245

Please sign in to comment.