Skip to content

Commit 40bfd29

Browse files
committed
minor fix for javadoc
1 parent e18a0ea commit 40bfd29

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/AbstractEmbeddedServletContainerFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public void setSessionTimeout(int sessionTimeout, TimeUnit timeUnit) {
162162
}
163163

164164
/**
165-
* @return the session timeout in minutes
165+
* @return the session timeout in seconds
166166
*/
167167
public int getSessionTimeout() {
168168
return this.sessionTimeout;

0 commit comments

Comments
 (0)