Skip to content

Commit

Permalink
Fix documentation inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Jan 28, 2015
1 parent e70c18d commit 389b864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 389b864

Please sign in to comment.