This commit is contained in:
Andy Wilkinson
2018-11-23 20:15:13 +00:00
parent 291522a261
commit 1d3a066f52

View File

@@ -590,18 +590,4 @@ public class EmbeddedWebApplicationContextTests {
}
protected static class WithAutowiredServletContext {
private final ServletContext context;
public WithAutowiredServletContext(ServletContext context) {
this.context = context;
}
public ServletContext getContext() {
return this.context;
}
}
}