Commit ee2107c9 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.0.x'

parents 548cc05b 44632ea5
......@@ -565,18 +565,4 @@ public class ServletWebServerApplicationContextTests {
}
protected static class WithAutowiredServletContext {
private final ServletContext context;
public WithAutowiredServletContext(ServletContext context) {
this.context = context;
}
public ServletContext getContext() {
return this.context;
}
}
}
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