Format source code and optimize imports.

This commit is contained in:
John Blum
2019-12-09 15:52:27 -08:00
parent 3d6e4811a3
commit 0300d0e753
29 changed files with 109 additions and 108 deletions

View File

@@ -24,15 +24,15 @@ import static org.springframework.geode.config.annotation.LocatorsConfiguration.
import java.net.InetAddress;
import java.util.Properties;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.apache.geode.cache.Cache;
import org.apache.geode.cache.client.ClientCache;
import org.apache.geode.distributed.DistributedSystem;
import org.apache.geode.distributed.Locator;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.config.BeanPostProcessor;
import org.springframework.context.annotation.Bean;
@@ -48,7 +48,7 @@ import org.springframework.lang.Nullable;
import org.springframework.util.Assert;
/**
* Integration tests for {@link UseLocators} and {@link LocatorsConfiguration}.
* Integration Tests for {@link UseLocators} and {@link LocatorsConfiguration}.
*
* @author John Blum
* @see java.net.InetAddress