Optimize imports.

This commit is contained in:
John Blum
2020-11-05 11:47:04 -08:00
parent 0494f05d4d
commit c1f23c3f9d

View File

@@ -39,7 +39,6 @@ import java.util.stream.Collectors;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.slf4j.Logger;
import org.springframework.context.ApplicationListener;
import org.springframework.context.ConfigurableApplicationContext;
@@ -52,6 +51,8 @@ import org.springframework.data.gemfire.support.ConnectionEndpoint;
import org.springframework.data.gemfire.support.ConnectionEndpointList;
import org.springframework.data.gemfire.tests.integration.IntegrationTestsSupport;
import org.slf4j.Logger;
/**
* Unit Tests for {@link EnableClusterAware} and {@link ClusterAwareConfiguration}.
*