You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/UndertowServletWebServerFactory.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -248,7 +248,7 @@ public void setResourceLoader(ResourceLoader resourceLoader) {
248
248
* Return if filters should be initialized eagerly.
249
249
* @return {@code true} if filters are initialized eagerly, otherwise {@code false}.
250
250
* @since 2.0.0
251
-
* @deprecated since 2.4.0 in favor of #isEagerFilterInit
251
+
* @deprecated since 2.4.0 in favor of {@link #isEagerFilterInit()}
252
252
*/
253
253
@Deprecated
254
254
publicbooleanisEagerInitFilters() {
@@ -260,7 +260,7 @@ public boolean isEagerInitFilters() {
260
260
* @param eagerInitFilters {@code true} if filters are initialized eagerly, otherwise
261
261
* {@code false}.
262
262
* @since 2.0.0
263
-
* @deprecated since 2.4.0 in favor of #isEagerFilterInit
263
+
* @deprecated since 2.4.0 in favor of {@link #isEagerFilterInit()}
0 commit comments