From 13ccf4500846cb77b10b0a3e4b913d498760034e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 23 Nov 2017 13:28:44 +0100 Subject: [PATCH] Polish See gh-10884 --- .../additional-spring-configuration-metadata.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 7f1174fda4..e95dc8c9bb 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -371,18 +371,6 @@ "name": "spring.kafka.listener.type", "defaultValue": "single" }, - { - "name": "spring.mobile.devicedelegatingviewresolver.enabled", - "type": "java.lang.Boolean", - "description": "Whether to enable device view resolver.", - "defaultValue": false - }, - { - "name": "spring.mobile.sitepreference.enabled", - "type": "java.lang.Boolean", - "description": "Whether to enable SitePreferenceHandler.", - "defaultValue": true - }, { "name": "spring.mustache.prefix", "defaultValue": "classpath:/templates/"