Merge branch '1.5.x' into 2.0.x

This commit is contained in:
Andy Wilkinson 2018-11-23 20:15:26 +00:00
commit 44632ea55c
1 changed files with 0 additions and 14 deletions

View File

@ -570,18 +570,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;
}
}
}