We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6232ec commit a1443d7Copy full SHA for a1443d7
1 file changed
src/main/java/org/htmlunit/html/impl/SelectableTextInput.java
@@ -15,7 +15,6 @@
15
package org.htmlunit.html.impl;
16
17
import org.htmlunit.Page;
18
-import org.w3c.dom.Node;
19
20
/**
21
* Internal interface which defines an input element which contains selectable text. This interface just keeps
@@ -24,8 +23,9 @@
24
23
* This interface is not public because it is an internal contract.
25
*
26
* @author Daniel Gredler
+ * @author Ronald Brill
27
*/
28
-public interface SelectableTextInput extends Node {
+public interface SelectableTextInput {
29
30
31
* Returns the page which contains this element.
0 commit comments