From 092b2aa4e7e04b288c0307a73a78f62c4b0d9928 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Oct 2015 10:38:28 +0200 Subject: [PATCH] Polish See gh-4191 --- .../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 5d76463506..9435c0dc8a 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 @@ -394,7 +394,7 @@ public class ServerProperties private boolean persistent; /** - * The directory used to store session data. + * Directory used to store session data. */ private File storeDir;