Commit 389b8641 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix documentation inconsistency

Closes gh-2416
parent e70c18d0
...@@ -56,7 +56,7 @@ public interface ConfigurableEmbeddedServletContainer { ...@@ -56,7 +56,7 @@ public interface ConfigurableEmbeddedServletContainer {
void setSessionTimeout(int sessionTimeout); void setSessionTimeout(int sessionTimeout);
/** /**
* The session timeout in the specified {@link TimeUnit} (default 30 seconds). If 0 or * The session timeout in the specified {@link TimeUnit} (default 30 minutes). If 0 or
* negative then sessions never expire. * negative then sessions never expire.
* @param sessionTimeout the session timeout * @param sessionTimeout the session timeout
* @param timeUnit the time unit * @param timeUnit the time unit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment