Fixed ServletContextInitializer documentation
Closes gh-6410
This commit is contained in:
parent
5ee8a7552b
commit
219df8dc25
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue