From 6df001d30f6a53436872d8a583a26fe322d74b43 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Nov 2014 07:19:47 +0000 Subject: [PATCH] Fix json format --- .../META-INF/additional-spring-configuration-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4434012aaf..b636a87aab 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 @@ -44,7 +44,7 @@ "name": "spring.pidfile", "dataType": "java.lang.String", "description": "The location of the PID file to write (if ApplicationPidFileWriter is used).", - sourceType: "org.springframework.boot.actuate.system.ApplicationPidFileWriter" + "sourceType": "org.springframework.boot.actuate.system.ApplicationPidFileWriter" } ]}