Skip to content

Commit 8854ea6

Browse files
committed
[java] SpotBugs exclude IS2_INCONSISTENT_SYNC form the SeleniumManager
1 parent b0464e1 commit 8854ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/spotbugs-excludes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232

233233
<Match>
234234
<Class name="org.openqa.selenium.manager.SeleniumManager"/>
235-
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
235+
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE,IS2_INCONSISTENT_SYNC"/>
236236
</Match>
237237

238238
</FindBugsFilter>

0 commit comments

Comments
 (0)