From 9e2baf987af49aa7b7cae5db586cd0784944e796 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 14 May 2020 19:09:59 -0700 Subject: [PATCH] Remove unnecessary @SuppressWarnings annotation declarations. --- .../geode/config/annotation/ClusterAwareConfiguration.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-geode/src/main/java/org/springframework/geode/config/annotation/ClusterAwareConfiguration.java b/spring-geode/src/main/java/org/springframework/geode/config/annotation/ClusterAwareConfiguration.java index 73fd6979..2dee23e3 100644 --- a/spring-geode/src/main/java/org/springframework/geode/config/annotation/ClusterAwareConfiguration.java +++ b/spring-geode/src/main/java/org/springframework/geode/config/annotation/ClusterAwareConfiguration.java @@ -122,7 +122,6 @@ public class ClusterAwareConfiguration extends AbstractAnnotationConfigSupport { } @Override - @SuppressWarnings("all") public synchronized boolean matches(ConditionContext context, AnnotatedTypeMetadata metadata) { if (clusterAvailable.get() == null) { @@ -183,7 +182,6 @@ public class ClusterAwareConfiguration extends AbstractAnnotationConfigSupport { ); } - @SuppressWarnings("all") List getConfiguredConnectionEndpoints(Environment environment) { List connectionEndpoints = new ArrayList<>();