diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/ConfigurableUndertowWebServerFactory.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/ConfigurableUndertowWebServerFactory.java index 874e425357..4267fce21a 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/ConfigurableUndertowWebServerFactory.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/ConfigurableUndertowWebServerFactory.java @@ -68,9 +68,9 @@ public interface ConfigurableUndertowWebServerFactory /** * Set whether direct buffers should be used. - * @param useForwardHeaders whether direct buffers should be used + * @param useDirectBuffers whether direct buffers should be used */ - void setUseDirectBuffers(Boolean useForwardHeaders); + void setUseDirectBuffers(Boolean useDirectBuffers); /** * Set the access log directory.