Skip to content

Commit a1443d7

Browse files
committed
cleanup
1 parent d6232ec commit a1443d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/htmlunit/html/impl/SelectableTextInput.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
package org.htmlunit.html.impl;
1616

1717
import org.htmlunit.Page;
18-
import org.w3c.dom.Node;
1918

2019
/**
2120
* Internal interface which defines an input element which contains selectable text. This interface just keeps
@@ -24,8 +23,9 @@
2423
* This interface is not public because it is an internal contract.
2524
*
2625
* @author Daniel Gredler
26+
* @author Ronald Brill
2727
*/
28-
public interface SelectableTextInput extends Node {
28+
public interface SelectableTextInput {
2929

3030
/**
3131
* Returns the page which contains this element.

0 commit comments

Comments
 (0)