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 1feda22 commit 49b5ed5Copy full SHA for 49b5ed5
1 file changed
src/main/java/org/htmlunit/html/DomNode.java
@@ -2296,9 +2296,6 @@ public DomElement closest(final String selectorString) {
2296
* An unmodifiable empty {@link NamedNodeMap} implementation.
2297
*/
2298
private static final class ReadOnlyEmptyNamedNodeMapImpl implements NamedNodeMap, Serializable {
2299
- private ReadOnlyEmptyNamedNodeMapImpl() {
2300
- super();
2301
- }
2302
2303
/**
2304
* {@inheritDoc}
0 commit comments