Skip to content

Commit 8389091

Browse files
committed
[java] Removing unused and deprecated internal class.
1 parent 6e34ed6 commit 8389091

File tree

2 files changed

+0
-33
lines changed

2 files changed

+0
-33
lines changed

java/spotbugs-excludes.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,6 @@
199199
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_INTERFACE" />
200200
</Match>
201201

202-
<Match>
203-
<Class name="org.openqa.selenium.remote.internal.WebElementToJsonConverter" />
204-
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS" />
205-
</Match>
206-
207202
<Match>
208203
<Class name="org.openqa.selenium.chrome.AddHasCasting" />
209204
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS" />

java/src/org/openqa/selenium/remote/internal/WebElementToJsonConverter.java

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)