Commit 1d3a066f authored by Andy Wilkinson's avatar Andy Wilkinson

Polish

parent 291522a2
...@@ -590,18 +590,4 @@ public class EmbeddedWebApplicationContextTests { ...@@ -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;
}
}
} }
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