Remove @since tag from getServlet()

Closes gh-13757
This commit is contained in:
Johnny Lim
2018-07-12 12:33:40 +09:00
committed by Andy Wilkinson
parent 2e5f0c2873
commit 1b3fa3ff0d

View File

@@ -112,7 +112,6 @@ public class ServletRegistrationBean<T extends Servlet>
/**
* Return the servlet being registered.
* @return the servlet
* @since 2.0.4
*/
public T getServlet() {
return this.servlet;