Edit Javadoc; Optimize imports.

This commit is contained in:
John Blum
2019-09-09 11:35:56 -07:00
parent 22925f136f
commit 202e59b9d2
3 changed files with 12 additions and 6 deletions

View File

@@ -20,9 +20,11 @@ import static org.assertj.core.api.Assertions.assertThat;
import javax.annotation.Resource;
import org.apache.geode.cache.Region;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.data.gemfire.tests.integration.IntegrationTestsSupport;