Fix typo
Issue: SPR-12962
This commit is contained in:
@@ -690,6 +690,8 @@ public class MvcUriComponentsBuilder {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
public MethodArgumentBuilder arg(int index, Object value) {
|
||||
this.argumentValues[index] = value;
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user