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)