Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jun 2, 2024
1 parent 21c88b9 commit 11fb44a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class HTMLHeadingElementImpl extends HTMLElementImpl implements HTMLHeadi

@Override
public String getAlign() {
return getCapitalized("align");
return "Align";
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/
package org.htmlunit.cyberneko.xerces.dom;

import org.w3c.dom.DOMImplementation;
import org.w3c.dom.DocumentType;

/**
Expand Down

0 comments on commit 11fb44a

Please sign in to comment.