Skip to content

Commit de78202

Browse files
committed
Explicitly document UriTemplate as thread-safe
Issue: SPR-16173
1 parent a5da05c commit de78202

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-web/src/main/java/org/springframework/web/util/UriTemplate.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
* <p>See {@link #expand(Map)}, {@link #expand(Object[])}, and {@link #match(String)}
3737
* for example usages.
3838
*
39+
* <p>This class is designed to be thread-safe and reusable, allowing for any number
40+
* of expand or match calls.
41+
*
3942
* @author Arjen Poutsma
4043
* @author Juergen Hoeller
4144
* @author Rossen Stoyanchev

0 commit comments

Comments
 (0)