Optimize imports.

This commit is contained in:
John Blum
2020-01-24 21:17:09 -08:00
parent c5d4e643b2
commit b45431fd53
2 changed files with 6 additions and 6 deletions

View File

@@ -30,9 +30,6 @@ import java.util.regex.Pattern;
import org.apache.geode.cache.client.ClientRegionShortcut;
import org.apache.geode.cache.server.CacheServer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.ApplicationListener;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.context.annotation.Condition;
@@ -53,6 +50,9 @@ import org.springframework.data.gemfire.util.ArrayUtils;
import org.springframework.geode.core.util.ObjectUtils;
import org.springframework.util.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* The {@link ClusterAwareConfiguration} class is a Spring {@link Configuration @Configuration} class imported by
* {@link EnableClusterAware} used to determine whether a Spring Boot application using Apache Geode should run