Skip to content

Commit 8313002

Browse files
authored
Update Helpers.java
1 parent 4b4a400 commit 8313002

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/io/appium/java_client/proxy/Helpers.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@
4141
import static java.util.Objects.requireNonNull;
4242
import static net.bytebuddy.matcher.ElementMatchers.namedOneOf;
4343

44-
/**
45-
* The type Helpers.
46-
*/
4744
public class Helpers {
4845
public static final Set<String> OBJECT_METHOD_NAMES = Stream.of(Object.class.getMethods())
4946
.map(Method::getName)

0 commit comments

Comments
 (0)