Skip to content

Commit 1b3fa3f

Browse files
izeyewilkinsona
authored andcommitted
Remove @SInCE tag from getServlet()
Closes gh-13757
1 parent 2e5f0c2 commit 1b3fa3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/ServletRegistrationBean.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ public void setServlet(T servlet) {
112112
/**
113113
* Return the servlet being registered.
114114
* @return the servlet
115-
* @since 2.0.4
116115
*/
117116
public T getServlet() {
118117
return this.servlet;

0 commit comments

Comments
 (0)