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