Browse Source

Remove wrong replacement key in deprecated metadata

pull/21440/head
Stephane Nicoll 6 years ago
parent
commit
deb2322457
  1. 1
      spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

1
spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

@ -751,7 +751,6 @@ @@ -751,7 +751,6 @@
"type": "java.util.List<java.lang.String>",
"description": "Comma-separated list of the Elasticsearch instances to use.",
"deprecation": {
"replacement": "spring.elasticsearch.rest.uris",
"level": "error"
}
},

Loading…
Cancel
Save