mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Polish
This commit is contained in:
+2
-2
@@ -248,7 +248,7 @@ public class UndertowServletWebServerFactory extends AbstractServletWebServerFac
|
||||
* Return if filters should be initialized eagerly.
|
||||
* @return {@code true} if filters are initialized eagerly, otherwise {@code false}.
|
||||
* @since 2.0.0
|
||||
* @deprecated since 2.4.0 in favor of #isEagerFilterInit
|
||||
* @deprecated since 2.4.0 in favor of {@link #isEagerFilterInit()}
|
||||
*/
|
||||
@Deprecated
|
||||
public boolean isEagerInitFilters() {
|
||||
@@ -260,7 +260,7 @@ public class UndertowServletWebServerFactory extends AbstractServletWebServerFac
|
||||
* @param eagerInitFilters {@code true} if filters are initialized eagerly, otherwise
|
||||
* {@code false}.
|
||||
* @since 2.0.0
|
||||
* @deprecated since 2.4.0 in favor of #isEagerFilterInit
|
||||
* @deprecated since 2.4.0 in favor of {@link #isEagerFilterInit()}
|
||||
*/
|
||||
@Deprecated
|
||||
public void setEagerInitFilters(boolean eagerInitFilters) {
|
||||
|
||||
Reference in New Issue
Block a user