Polish
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user