Repository: incubator-geode
Updated Branches:
  refs/heads/develop 60d3f0019 -> 6b1c780b3


remove unused imports accidently added


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a0beefbb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/a0beefbb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/a0beefbb

Branch: refs/heads/develop
Commit: a0beefbbf3b6382ae39af61343db1c17ecfe58d3
Parents: f0b8132
Author: Darrel Schneider <[email protected]>
Authored: Mon Oct 26 11:42:16 2015 -0700
Committer: Darrel Schneider <[email protected]>
Committed: Mon Oct 26 11:42:16 2015 -0700

----------------------------------------------------------------------
 .../disttx/DistTXPersistentDebugDUnitTest.java  | 21 --------------------
 1 file changed, 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/a0beefbb/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXPersistentDebugDUnitTest.java
----------------------------------------------------------------------
diff --git 
a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXPersistentDebugDUnitTest.java
 
b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXPersistentDebugDUnitTest.java
index dbd42c8..b53407a 100644
--- 
a/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXPersistentDebugDUnitTest.java
+++ 
b/gemfire-core/src/test/java/com/gemstone/gemfire/disttx/DistTXPersistentDebugDUnitTest.java
@@ -24,31 +24,10 @@ import com.gemstone.gemfire.cache.DiskStore;
 import com.gemstone.gemfire.cache.PartitionAttributesFactory;
 import com.gemstone.gemfire.cache.Region;
 import com.gemstone.gemfire.cache.RegionAttributes;
-import com.gemstone.gemfire.distributed.DistributedMemberDUnitTest;
-import com.gemstone.gemfire.distributed.DistributedSystemDUnitTest;
-import com.gemstone.gemfire.distributed.LocatorDUnitTest;
-import com.gemstone.gemfire.distributed.RoleDUnitTest;
-import com.gemstone.gemfire.distributed.SystemAdminDUnitTest;
-import com.gemstone.gemfire.distributed.internal.Bug40751DUnitTest;
-import 
com.gemstone.gemfire.distributed.internal.ConsoleDistributionManagerDUnitTest;
-import com.gemstone.gemfire.distributed.internal.DistributionAdvisorDUnitTest;
-import com.gemstone.gemfire.distributed.internal.DistributionManagerDUnitTest;
-import 
com.gemstone.gemfire.distributed.internal.GemFireTimeSyncServiceDUnitTest;
-import com.gemstone.gemfire.distributed.internal.ProductUseLogDUnitTest;
-import 
com.gemstone.gemfire.distributed.internal.deadlock.GemFireDeadlockDetectorDUnitTest;
-import 
com.gemstone.gemfire.distributed.internal.streaming.StreamingOperationManyDUnitTest;
-import 
com.gemstone.gemfire.distributed.internal.streaming.StreamingOperationOneDUnitTest;
 import com.gemstone.gemfire.internal.cache.TXManagerImpl;
 import com.gemstone.gemfire.internal.cache.execute.data.CustId;
 import com.gemstone.gemfire.internal.cache.execute.data.Customer;
-import com.gemstone.gemfire.pdx.DistributedSystemIdDUnitTest;
-import com.gemstone.gemfire.pdx.JSONPdxClientServerDUnitTest;
-import com.gemstone.gemfire.pdx.PdxDeserializationDUnitTest;
-import com.gemstone.gemfire.pdx.PdxSerializableDUnitTest;
-
 import dunit.SerializableCallable;
-import junit.framework.Test;
-import junit.framework.TestSuite;
 
 public class DistTXPersistentDebugDUnitTest extends DistTXDebugDUnitTest {
 

Reply via email to