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<>();