Remove @since tag from getServlet()
Closes gh-13757
This commit is contained in:
committed by
Andy Wilkinson
parent
2e5f0c2873
commit
1b3fa3ff0d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user