Commit 6906859a authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #15536 from dreis2211

* pr/15536:
  Polish javadoc of ConfigurableUndertowWebServerFactory method
parents 8d0ad03b 9ffb4f69
......@@ -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.
......
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