Skip to content

Commit 487e56a

Browse files
izeyesnicoll
authored andcommitted
Add Javadoc since for UndertowReactiveWebServerFactory.getAccessLogPrefix()
See gh-44313 Signed-off-by: Johnny Lim <[email protected]>
1 parent 5883fc2 commit 487e56a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/UndertowReactiveWebServerFactory.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ public void setAccessLogPattern(String accessLogPattern) {
112112
this.delegate.setAccessLogPattern(accessLogPattern);
113113
}
114114

115+
/**
116+
* Returns the access log prefix.
117+
* @return the access log prefix
118+
* @since 3.5.0
119+
*/
115120
public String getAccessLogPrefix() {
116121
return this.delegate.getAccessLogPrefix();
117122
}

0 commit comments

Comments
 (0)