Commit 219df8dc authored by Max Stoliar's avatar Max Stoliar Committed by Phillip Webb

Fixed ServletContextInitializer documentation

Closes gh-6410
parent 5ee8a755
...@@ -36,7 +36,7 @@ import org.springframework.web.WebApplicationInitializer; ...@@ -36,7 +36,7 @@ import org.springframework.web.WebApplicationInitializer;
* @author Phillip Webb * @author Phillip Webb
* @see WebApplicationInitializer * @see WebApplicationInitializer
* @deprecated as of 1.4 in favor of * @deprecated as of 1.4 in favor of
* org.springframework.boot.web.ServletContextInitializer * org.springframework.boot.web.servlet.ServletContextInitializer
*/ */
@Deprecated @Deprecated
public interface ServletContextInitializer public interface ServletContextInitializer
......
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