Commit 349b6a8f authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #13757 from Johnny Lim

* gh-13757:
  Remove @since tag from getServlet()
parents 2e5f0c28 1b3fa3ff
......@@ -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;
......
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