Skip to content

Commit 9d68245

Browse files
authored
[java] SpotBugs exclude IS2_INCONSISTENT_SYNC form the SeleniumManager (#14768)
1 parent 4bb5353 commit 9d68245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: java/spotbugs-excludes.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242

243243
<Match>
244244
<Class name="org.openqa.selenium.manager.SeleniumManager"/>
245-
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
245+
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE,IS2_INCONSISTENT_SYNC"/>
246246
</Match>
247247

248248
</FindBugsFilter>

0 commit comments

Comments
 (0)