Browse Source

Fix typo

See gh-32360
pull/32377/head
Arjen Poutsma 2 years ago
parent
commit
6d9aba88d0
  1. 2
      spring-core/src/main/java/org/springframework/util/StringUtils.java

2
spring-core/src/main/java/org/springframework/util/StringUtils.java

@ -791,7 +791,7 @@ public abstract class StringUtils { @@ -791,7 +791,7 @@ public abstract class StringUtils {
* and {@code "0"} through {@code "9"} stay the same.</li>
* <li>Special characters {@code "-"}, {@code "_"}, {@code "."}, and {@code "*"} stay the same.</li>
* <li>A sequence "{@code %<i>xy</i>}" is interpreted as a hexadecimal representation of the character.</li>
* <li>For all characters (including those already decoded), the output is undefined.</li>
* <li>For all other characters (including those already decoded), the output is undefined.</li>
* </ul>
* @param source the encoded String
* @param charset the character set

Loading…
Cancel
Save