Skip to content

Commit 1d3a066

Browse files
committed
Polish
1 parent 291522a commit 1d3a066

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

spring-boot/src/test/java/org/springframework/boot/context/embedded/EmbeddedWebApplicationContextTests.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -590,18 +590,4 @@ public ServletRequest getRequest() {
590590

591591
}
592592

593-
protected static class WithAutowiredServletContext {
594-
595-
private final ServletContext context;
596-
597-
public WithAutowiredServletContext(ServletContext context) {
598-
this.context = context;
599-
}
600-
601-
public ServletContext getContext() {
602-
return this.context;
603-
}
604-
605-
}
606-
607593
}

0 commit comments

Comments
 (0)