Commit bc7b6bdd authored by Phillip Webb's avatar Phillip Webb

Polish

parent 91b787df
...@@ -248,7 +248,7 @@ public class UndertowServletWebServerFactory extends AbstractServletWebServerFac ...@@ -248,7 +248,7 @@ public class UndertowServletWebServerFactory extends AbstractServletWebServerFac
* Return if filters should be initialized eagerly. * Return if filters should be initialized eagerly.
* @return {@code true} if filters are initialized eagerly, otherwise {@code false}. * @return {@code true} if filters are initialized eagerly, otherwise {@code false}.
* @since 2.0.0 * @since 2.0.0
* @deprecated since 2.4.0 in favor of #isEagerFilterInit * @deprecated since 2.4.0 in favor of {@link #isEagerFilterInit()}
*/ */
@Deprecated @Deprecated
public boolean isEagerInitFilters() { public boolean isEagerInitFilters() {
...@@ -260,7 +260,7 @@ public class UndertowServletWebServerFactory extends AbstractServletWebServerFac ...@@ -260,7 +260,7 @@ public class UndertowServletWebServerFactory extends AbstractServletWebServerFac
* @param eagerInitFilters {@code true} if filters are initialized eagerly, otherwise * @param eagerInitFilters {@code true} if filters are initialized eagerly, otherwise
* {@code false}. * {@code false}.
* @since 2.0.0 * @since 2.0.0
* @deprecated since 2.4.0 in favor of #isEagerFilterInit * @deprecated since 2.4.0 in favor of {@link #isEagerFilterInit()}
*/ */
@Deprecated @Deprecated
public void setEagerInitFilters(boolean eagerInitFilters) { public void setEagerInitFilters(boolean eagerInitFilters) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment