Commit a46d1416 authored by Madhura Bhave's avatar Madhura Bhave

Reinstate required parameter

parent 8102dc78
...@@ -176,7 +176,7 @@ public class DefaultErrorAttributesTests { ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment