Skip to content

Commit 7cdafc8

Browse files
committed
Merge pull request #44313 from izeye
* pr/44313: Add Javadoc since for UndertowReactiveWebServerFactory.getAccessLogPrefix() Closes gh-44313
2 parents 5883fc2 + 487e56a commit 7cdafc8

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)