Fixed ServletContextInitializer documentation

Closes gh-6410
This commit is contained in:
Max Stoliar 2016-07-18 16:55:02 +03:00 committed by Phillip Webb
parent 5ee8a7552b
commit 219df8dc25
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ import org.springframework.web.WebApplicationInitializer;
* @author Phillip Webb
* @see WebApplicationInitializer
* @deprecated as of 1.4 in favor of
* org.springframework.boot.web.ServletContextInitializer
* org.springframework.boot.web.servlet.ServletContextInitializer
*/
@Deprecated
public interface ServletContextInitializer