From 56b13800ae811c2543d58ec349d0db1cdf56b0bd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 25 Jun 2015 10:25:21 +0200 Subject: [PATCH] Fix json structure --- .../META-INF/additional-spring-configuration-metadata.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-actuator/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-actuator/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 29f1aea85b..87acb85081 100644 --- a/spring-boot-actuator/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-actuator/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -92,17 +92,17 @@ "type": "java.lang.String", "description": "Location of the PID file to write (if ApplicationPidFileWriter is used).", "sourceType": "org.springframework.boot.actuate.system.ApplicationPidFileWriter" - } + }, { "name": "spring.pid.fail-on-write-error", "type": "java.lang.Boolean", "description": "Fail if ApplicationPidFileWriter is used but it cannot write the PID file.", "sourceType": "org.springframework.boot.actuate.system.ApplicationPidFileWriter" - } + }, { "name": "spring.pidfile", "type": "java.lang.String", - "deprecated:" true, + "deprecated": true, "description": "Location of the PID file to write (if ApplicationPidFileWriter is used).", "sourceType": "org.springframework.boot.actuate.system.ApplicationPidFileWriter" }