From 080e189d06ddec61eb9c56d129de47256340cca9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 25 Apr 2018 10:40:23 +0200 Subject: [PATCH] Fix broken syntax --- .../src/site/apt/examples/run-system-properties.apt.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/run-system-properties.apt.vm b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/run-system-properties.apt.vm index 962b8e6c352..493edf8c647 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/run-system-properties.apt.vm +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/run-system-properties.apt.vm @@ -42,7 +42,7 @@ If the value is empty or not defined (i.e. <<<>>>), the system property is set with an empty String as the value. Maven trims values specified in the pom so it is not possible to specify a System property who needs to start or end with a space via - this mechanism: consider using <<> instead. + this mechanism: consider using <<>> instead. Any String typed Maven variable can be passed as system properties. Any attempt to pass any other Maven variable type (e.g. a <<>> or a <<>> variable) will cause the