From fa099ff8df9a8251f06c24e586c83d74513d1a4a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 2 Sep 2015 17:12:20 +0200 Subject: [PATCH] Polish --- .../boot/autoconfigure/web/ServerProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java index 526b159b8c..846eb4c74e 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java @@ -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 trackingModes;