Remove unnecessary array initialization
This commit is contained in:
committed by
Rossen Stoyanchev
parent
7a77e83e10
commit
af13580fd5
@@ -852,9 +852,6 @@ public class MvcUriComponentsBuilder {
|
||||
this.controllerType = controllerType;
|
||||
this.method = method;
|
||||
this.argumentValues = new Object[method.getParameterCount()];
|
||||
for (int i = 0; i < this.argumentValues.length; i++) {
|
||||
this.argumentValues[i] = null;
|
||||
}
|
||||
}
|
||||
|
||||
private static String getPath() {
|
||||
|
||||
Reference in New Issue
Block a user