From 9ffb4f69cd61703815cf52cb8eccdcb61c037480 Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Thu, 20 Dec 2018 14:06:44 +0100 Subject: [PATCH] Polish javadoc of ConfigurableUndertowWebServerFactory method Closes gh-15536 --- .../undertow/ConfigurableUndertowWebServerFactory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.