Commit bd45d68a authored by Dave Syer's avatar Dave Syer Committed by Phillip Webb

Rename SpringServletInitializer

[Fixes #55388726] [bs-292]
parent b720f7e6
...@@ -42,7 +42,7 @@ import org.springframework.web.context.WebApplicationContext; ...@@ -42,7 +42,7 @@ import org.springframework.web.context.WebApplicationContext;
* *
* @author Dave Syer * @author Dave Syer
*/ */
public abstract class SpringServletInitializer implements WebApplicationInitializer { public abstract class SpringBootServletInitializer implements WebApplicationInitializer {
protected final Log logger = LogFactory.getLog(getClass()); protected final Log logger = LogFactory.getLog(getClass());
......
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