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
1 changed files with 0 additions and 1 deletions

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;