Skip to content

Commit 6d9aba8

Browse files
committed
Fix typo
See gh-32360
1 parent db82655 commit 6d9aba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spring-core/src/main/java/org/springframework/util/StringUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ public static boolean pathEquals(String path1, String path2) {
791791
* and {@code "0"} through {@code "9"} stay the same.</li>
792792
* <li>Special characters {@code "-"}, {@code "_"}, {@code "."}, and {@code "*"} stay the same.</li>
793793
* <li>A sequence "{@code %<i>xy</i>}" is interpreted as a hexadecimal representation of the character.</li>
794-
* <li>For all characters (including those already decoded), the output is undefined.</li>
794+
* <li>For all other characters (including those already decoded), the output is undefined.</li>
795795
* </ul>
796796
* @param source the encoded String
797797
* @param charset the character set

0 commit comments

Comments
 (0)