mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
Remove @since tag from getServlet()
Closes gh-13757
This commit is contained in:
committed by
Andy Wilkinson
parent
2e5f0c2873
commit
1b3fa3ff0d
-1
@@ -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