Skip to content

Commit

Permalink
Fix up spotbugs errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c authored and sbabcoc committed Mar 15, 2024
1 parent 24344d6 commit 5ef6dc6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion java/spotbugs-excludes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,12 @@
</Match>

<Match>
<Class name="org.openqa.selenium.remote.internal.WebElementToJsonConverter" />
<Class name="org.openqa.selenium.remote.WebElementToJsonConverter" />
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_INTERFACE" />
</Match>

<Match>
<Class name="org.openqa.selenium.remote.internal.WebElementToJsonConverter" />
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS" />
</Match>
</FindBugsFilter>

0 comments on commit 5ef6dc6

Please sign in to comment.