Browse Source

Rename SpringServletInitializer

[Fixes #55388726] [bs-292]
pull/50/head
Dave Syer 13 years ago committed by Phillip Webb
parent
commit
bd45d68a63
  1. 2
      spring-boot/src/main/java/org/springframework/boot/web/SpringBootServletInitializer.java

2
spring-boot/src/main/java/org/springframework/boot/web/SpringServletInitializer.java → spring-boot/src/main/java/org/springframework/boot/web/SpringBootServletInitializer.java

@ -42,7 +42,7 @@ import org.springframework.web.context.WebApplicationContext; @@ -42,7 +42,7 @@ import org.springframework.web.context.WebApplicationContext;
*
* @author Dave Syer
*/
public abstract class SpringServletInitializer implements WebApplicationInitializer {
public abstract class SpringBootServletInitializer implements WebApplicationInitializer {
protected final Log logger = LogFactory.getLog(getClass());
Loading…
Cancel
Save