Skip to content

Commit af9f7f2

Browse files
committed
fix javadoc
1 parent 49df997 commit af9f7f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ public static String replaceChars(final String str, final String searchChars, fi
299299
* A {@code null} separator will return the empty string if the input string is not {@code null}.
300300
* <p>
301301
* If nothing is found, the empty string is returned.
302-
* <p>
303302
*
304303
* @param str the String to get a substring from, may be null.
305304
* @param find the String to find, may be null.

0 commit comments

Comments
 (0)