Skip to content

Commit 97675f6

Browse files
committed
checkstyle
1 parent 2df464d commit 97675f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ public void removeAttribute(final String attributeName) {
344344
return;
345345
}
346346

347-
final boolean mapped = DomElement.NAME_ATTRIBUTE.equals(attributeName)
347+
final boolean mapped = DomElement.NAME_ATTRIBUTE.equals(attributeName)
348348
|| DomElement.ID_ATTRIBUTE.equals(attributeName);
349349
if (mapped) {
350350
htmlPage.removeMappedElement(this, false, false);

0 commit comments

Comments
 (0)