Skip to content

Commit 2056b4d

Browse files
committed
jdoc fix
1 parent 1ffb453 commit 2056b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/htmlunit/util/StringUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public static String escapeXmlChars(final String s) {
112112

113113
/**
114114
* Escape the string to be used as xml 1.0 content be replacing the
115-
* characters '"', '&', ''', '<', and '>' into their XML entity equivalents.
115+
* characters '"', '&', ''', '<', and '>' into their XML entity equivalents.
116116
* @param text the attribute value
117117
* @return the escaped value
118118
*/

0 commit comments

Comments
 (0)