SGF-440 - Optimize imports across the SDG codebase.

This commit is contained in:
John Blum
2015-10-16 12:35:51 -07:00
parent e07068e828
commit af343a45fa
19 changed files with 35 additions and 31 deletions

View File

@@ -24,7 +24,6 @@ import org.springframework.context.event.ContextRefreshedEvent;
import org.springframework.data.gemfire.CacheFactoryBean;
import org.springframework.data.gemfire.GemfireUtils;
import org.springframework.data.gemfire.config.GemfireConstants;
import org.springframework.data.gemfire.util.DistributedSystemUtils;
import org.springframework.util.Assert;
import org.springframework.util.StringUtils;

View File

@@ -13,7 +13,6 @@
package org.springframework.data.gemfire.function.config;
import java.lang.annotation.Annotation;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.HashSet;

View File

@@ -20,7 +20,6 @@ import java.util.Properties;
import org.springframework.util.Assert;
import com.gemstone.gemfire.cache.client.ClientCache;
import com.gemstone.gemfire.cache.server.CacheServer;
import com.gemstone.gemfire.distributed.DistributedSystem;
import com.gemstone.gemfire.distributed.internal.DistributionConfig;