Add Javadoc since for UndertowReactiveWebServerFactory.getAccessLogPrefix()

See gh-44313

Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
Johnny Lim
2025-02-18 13:01:30 +09:00
committed by Stéphane Nicoll
parent 5883fc210f
commit 487e56a5a9

View File

@@ -112,6 +112,11 @@ public class UndertowReactiveWebServerFactory extends AbstractReactiveWebServerF
this.delegate.setAccessLogPattern(accessLogPattern);
}
/**
* Returns the access log prefix.
* @return the access log prefix
* @since 3.5.0
*/
public String getAccessLogPrefix() {
return this.delegate.getAccessLogPrefix();
}