Update Javadoc

Issue: SPR-13678
This commit is contained in:
Rossen Stoyanchev
2015-11-17 15:19:40 -05:00
parent de9c030ba1
commit 5f2d34f526

View File

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