From d4c45c063e79ef9dc2f574ea5b4a7c062aeb8416 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 3 Apr 2018 19:28:52 -0700 Subject: [PATCH] Remove @SuppressWarnings('all') annotation. --- .../data/geode/autoconfigure/ClientCacheAutoConfiguration.java | 1 - 1 file changed, 1 deletion(-) diff --git a/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/autoconfigure/ClientCacheAutoConfiguration.java b/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/autoconfigure/ClientCacheAutoConfiguration.java index a53f44dc..a27108e0 100644 --- a/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/autoconfigure/ClientCacheAutoConfiguration.java +++ b/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/autoconfigure/ClientCacheAutoConfiguration.java @@ -47,7 +47,6 @@ import org.springframework.data.gemfire.config.annotation.EnablePdx; @ConditionalOnMissingBean(GemFireCache.class) @ClientCacheApplication @EnablePdx -@SuppressWarnings("all") public class ClientCacheAutoConfiguration { }