Skip to content

Commit 44632ea

Browse files
committed
Merge branch '1.5.x' into 2.0.x
2 parents 8772f90 + 1d3a066 commit 44632ea

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/servlet/context/ServletWebServerApplicationContextTests.java

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

571571
}
572572

573-
protected static class WithAutowiredServletContext {
574-
575-
private final ServletContext context;
576-
577-
public WithAutowiredServletContext(ServletContext context) {
578-
this.context = context;
579-
}
580-
581-
public ServletContext getContext() {
582-
return this.context;
583-
}
584-
585-
}
586-
587573
}

0 commit comments

Comments
 (0)