Explicitly document UriTemplate as thread-safe

Issue: SPR-16173
master
Juergen Hoeller 7 years ago
parent a5da05c3dc
commit de782026c4
  1. 3
      spring-web/src/main/java/org/springframework/web/util/UriTemplate.java

@ -36,6 +36,9 @@ import org.springframework.util.Assert;
* <p>See {@link #expand(Map)}, {@link #expand(Object[])}, and {@link #match(String)}
* for example usages.
*
* <p>This class is designed to be thread-safe and reusable, allowing for any number
* of expand or match calls.
*
* @author Arjen Poutsma
* @author Juergen Hoeller
* @author Rossen Stoyanchev

Loading…
Cancel
Save