From e6384f624d1f78d884472ea1e9fbfdb0b7b3dc96 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 6 Apr 2020 09:14:38 -0700 Subject: [PATCH] DATAGEODE-302 - Remove unnecessary @SuppressWarnings('all') anotation from requireProperty(:String, :Class). --- .../annotation/support/AbstractAnnotationConfigSupport.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractAnnotationConfigSupport.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractAnnotationConfigSupport.java index 3b7bc02c..a917e539 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractAnnotationConfigSupport.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractAnnotationConfigSupport.java @@ -815,7 +815,6 @@ public abstract class AbstractAnnotationConfigSupport * For non-{@link String} values, this means the value must not be {@literal null}. * @see #resolveProperty(String, Class, Object) */ - @SuppressWarnings("all") protected T requireProperty(String propertyName, Class type) { return Optional.of(propertyName)