Skip to content

Commit

Permalink
Specify @​Override for normalName
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed Dec 17, 2023
1 parent cea804a commit 5e0b048
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/jsoup/nodes/Element.java
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ public String tagName() {
* normal name of {@code div}.
* @return normal name
*/
@Override
public String normalName() {
return tag.normalName();
}
Expand Down

0 comments on commit 5e0b048

Please sign in to comment.