Skip to content

Commit 389b864

Browse files
committed
Fix documentation inconsistency
Closes gh-2416
1 parent e70c18d commit 389b864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot/src/main/java/org/springframework/boot/context/embedded/ConfigurableEmbeddedServletContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public interface ConfigurableEmbeddedServletContainer {
5656
void setSessionTimeout(int sessionTimeout);
5757

5858
/**
59-
* The session timeout in the specified {@link TimeUnit} (default 30 seconds). If 0 or
59+
* The session timeout in the specified {@link TimeUnit} (default 30 minutes). If 0 or
6060
* negative then sessions never expire.
6161
* @param sessionTimeout the session timeout
6262
* @param timeUnit the time unit

0 commit comments

Comments
 (0)