Skip to content

Commit bc7b6bd

Browse files
committed
Polish
1 parent 91b787d commit bc7b6bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/UndertowServletWebServerFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public void setResourceLoader(ResourceLoader resourceLoader) {
248248
* Return if filters should be initialized eagerly.
249249
* @return {@code true} if filters are initialized eagerly, otherwise {@code false}.
250250
* @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()}
252252
*/
253253
@Deprecated
254254
public boolean isEagerInitFilters() {
@@ -260,7 +260,7 @@ public boolean isEagerInitFilters() {
260260
* @param eagerInitFilters {@code true} if filters are initialized eagerly, otherwise
261261
* {@code false}.
262262
* @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()}
264264
*/
265265
@Deprecated
266266
public void setEagerInitFilters(boolean eagerInitFilters) {

0 commit comments

Comments
 (0)