Fix documentation inconsistency

Closes gh-2416
This commit is contained in:
Stephane Nicoll 2015-01-28 15:43:30 +01:00
parent e70c18d05b
commit 389b8641b7
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public interface ConfigurableEmbeddedServletContainer {
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.
* @param sessionTimeout the session timeout
* @param timeUnit the time unit