Add Javadoc since for UndertowReactiveWebServerFactory.getAccessLogPrefix()
See gh-44313 Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
parent
5883fc210f
commit
487e56a5a9
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue