Issue: SPR-12962
This commit is contained in:
Rossen Stoyanchev
2015-05-04 09:51:31 -04:00
parent efce40c391
commit 9637b12f89
2 changed files with 3 additions and 1 deletions

View File

@@ -690,6 +690,8 @@ public class MvcUriComponentsBuilder {
}
}
public MethodArgumentBuilder arg(int index, Object value) {
this.argumentValues[index] = value;
return this;