Skip to content

Commit 90e32ca

Browse files
committed
Merge branch '6.2.x'
2 parents d9bd168 + c905060 commit 90e32ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ public static boolean pathEquals(String path1, String path2) {
805805
* <li>Alphanumeric characters {@code "a"} through {@code "z"}, {@code "A"} through {@code "Z"},
806806
* and {@code "0"} through {@code "9"} stay the same.</li>
807807
* <li>Special characters {@code "-"}, {@code "_"}, {@code "."}, and {@code "*"} stay the same.</li>
808-
* <li>A sequence "{@code %<i>xy</i>}" is interpreted as a hexadecimal representation of the character.</li>
808+
* <li>A sequence "<i>{@code %xy}</i>" is interpreted as a hexadecimal representation of the character.</li>
809809
* <li>For all other characters (including those already decoded), the output is undefined.</li>
810810
* </ul>
811811
* @param source the encoded String

0 commit comments

Comments
 (0)