Closes gh-6518
This commit is contained in:
Stephane Nicoll
2016-07-31 07:33:51 -07:00
parent 3f14bdc01d
commit 9cb95f423c

View File

@@ -36,7 +36,7 @@ import org.springframework.boot.web.servlet.ServletContextInitializer;
* @author Phillip Webb
* @see ServletContextInitializer
* @see ServletContext#addServlet(String, Servlet)
* @deprecated as of 1.4 in favor of org.springframework.boot.web.ServletRegistrationBean
* @deprecated as of 1.4 in favor of org.springframework.boot.web.servlet.ServletRegistrationBean
*/
@Deprecated
public class ServletRegistrationBean