Skip to content

Commit 49b5ed5

Browse files
committed
cleanup
1 parent 1feda22 commit 49b5ed5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/main/java/org/htmlunit/html/DomNode.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2296,9 +2296,6 @@ public DomElement closest(final String selectorString) {
22962296
* An unmodifiable empty {@link NamedNodeMap} implementation.
22972297
*/
22982298
private static final class ReadOnlyEmptyNamedNodeMapImpl implements NamedNodeMap, Serializable {
2299-
private ReadOnlyEmptyNamedNodeMapImpl() {
2300-
super();
2301-
}
23022299

23032300
/**
23042301
* {@inheritDoc}

0 commit comments

Comments
 (0)