Update Javadoc

Issue: SPR-13678
master
Rossen Stoyanchev 9 years ago
parent de9c030ba1
commit 5f2d34f526
  1. 5
      spring-web/src/main/java/org/springframework/web/util/UriComponentsBuilder.java

@ -584,8 +584,9 @@ public class UriComponentsBuilder implements Cloneable {
} }
/** /**
* Append the given path segments to the existing path of this builder. * Append path segments to the existing path. Each path segment may contain
* Each given path segment may contain URI template variables. * URI template variables and should not contain any slashes.
* Use {@code path("/")} subsequently to ensure a trailing slash.
* @param pathSegments the URI path segments * @param pathSegments the URI path segments
* @return this UriComponentsBuilder * @return this UriComponentsBuilder
*/ */

Loading…
Cancel
Save