simplify stackoverflow urls

This commit is contained in:
Athou
2024-07-28 09:58:21 +02:00
parent 2395d0782e
commit 272f5b42f9
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ class FeedCleaner {
return sb.toString();
}
// https://stackoverflow.com/a/40836618/1885506
// https://stackoverflow.com/a/40836618
public String replaceHtmlEntitiesWithNumericEntities(String source) {
// Create a buffer sufficiently large that re-allocations are minimized.
StringBuilder sb = new StringBuilder(source.length() << 1);