Reinstate required parameter
This commit is contained in:
parent
8102dc78cb
commit
a46d1416ee
|
@ -176,7 +176,7 @@ public class DefaultErrorAttributesTests {
|
||||||
return ServerRequest.create(exchange, this.readers);
|
return ServerRequest.create(exchange, this.readers);
|
||||||
}
|
}
|
||||||
|
|
||||||
public int method() {
|
public int method(String firstParam) {
|
||||||
return 42;
|
return 42;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue