also fix deprecated apis in docs

This commit is contained in:
marhali 2023-12-08 22:24:55 +01:00
parent 4f1532e852
commit 70f087b3df

View File

@ -24,7 +24,7 @@ public class StringUtil {
/** /**
* Escapes control characters for the given input string. * Escapes control characters for the given input string.
* Inspired by Apache Commons (see {@link org.apache.commons.lang.StringEscapeUtils} * Inspired by Apache Commons (see {@link org.apache.commons.text.StringEscapeUtils}
* @param input The input string * @param input The input string
* @param skipStrings Should every string literal indication ("", '') be skipped? (Needed e.g. for json) * @param skipStrings Should every string literal indication ("", '') be skipped? (Needed e.g. for json)
* @return Escaped string * @return Escaped string