Polish
This commit is contained in:
parent
291522a261
commit
1d3a066f52
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue