Skip to content

Commit 9167659

Browse files
committed
Use HTTPS in URL
1 parent 2703e48 commit 9167659

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/apache/commons/lang3/StringUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7851,7 +7851,7 @@ public static String strip(String str, final String stripChars) {
78517851
* StringUtils.stripAccents("\u00BC \u00BD \u00BE") = "1⁄4 1⁄2 3⁄4"
78527852
* </pre>
78537853
* <p>
7854-
* See also <a href="http://www.unicode.org/unicode/reports/tr15/tr15-23.html">Unicode Standard Annex #15 Unicode Normalization Forms</a>.
7854+
* See also <a href="https://www.unicode.org/unicode/reports/tr15/tr15-23.html">Unicode Standard Annex #15 Unicode Normalization Forms</a>.
78557855
* </p>
78567856
*
78577857
* @param input String to be stripped.

src/site/resources/lang2-lang3-clirr-report.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)