Skip to content

Commit

Permalink
jdoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 2, 2025
1 parent 1ffb453 commit 2056b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/htmlunit/util/StringUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public static String escapeXmlChars(final String s) {

/**
* Escape the string to be used as xml 1.0 content be replacing the
* characters '"', '&', ''', '<', and '>' into their XML entity equivalents.
* characters '"', '&', ''', '<', and '>' into their XML entity equivalents.
* @param text the attribute value
* @return the escaped value
*/
Expand Down

0 comments on commit 2056b4d

Please sign in to comment.