This commit is contained in:
Stephane Nicoll 2015-09-02 17:12:20 +02:00
parent 5d4bb41e98
commit fa099ff8df
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ public class ServerProperties implements EmbeddedServletContainerCustomizer, Ord
private Integer timeout;
/**
* Session tracking modes (one or more of the following: "cookie", "url", "ssl")
* Session tracking modes (one or more of the following: "cookie", "url", "ssl").
*/
private Set<SessionTrackingMode> trackingModes;