From 08959286e23f8020c8e460bdd2b904984156e39c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Apr 2015 12:28:34 +0200 Subject: [PATCH] Fix "keys-to-sanitize" property doc --- .../META-INF/additional-spring-configuration-metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 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 dd95d1badb9..c1dca191526 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 @@ -7,13 +7,13 @@ }, { "name": "endpoints.configprops.keys-to-sanitize", - "type": "java.lang.String", + "type": "java.lang.String[]", "sourceType": "org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint", "description": "Keys that should be sanitized. Keys can be simple strings that the property ends with or regex expressions." }, { "name": "endpoints.env.keys-to-sanitize", - "type": "java.lang.String", + "type": "java.lang.String[]", "sourceType": "org.springframework.boot.actuate.endpoint.EnvironmentEndpoint", "description": "Keys that should be sanitized. Keys can be simple strings that the property ends with or regex expressions." },