From 7787321db4b3347404ba104f16ef18a715332511 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 11 Feb 2016 18:02:04 +0000 Subject: [PATCH] Polishing --- .../boot/logging/LoggingApplicationListener.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot/src/main/java/org/springframework/boot/logging/LoggingApplicationListener.java b/spring-boot/src/main/java/org/springframework/boot/logging/LoggingApplicationListener.java index d2b98ef84f..dcc45363d8 100644 --- a/spring-boot/src/main/java/org/springframework/boot/logging/LoggingApplicationListener.java +++ b/spring-boot/src/main/java/org/springframework/boot/logging/LoggingApplicationListener.java @@ -115,7 +115,7 @@ public class LoggingApplicationListener implements GenericApplicationListener { public static final String LOG_FILE = "LOG_FILE"; /** - * The name of the System property that contains the log file. + * The name of the System property that contains the log path. */ public static final String LOG_PATH = "LOG_PATH";