mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Add Javadoc since for UndertowReactiveWebServerFactory.getAccessLogPrefix()
See gh-44313 Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
committed by
Stéphane Nicoll
parent
5883fc210f
commit
487e56a5a9
+5
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user