Skip to content

Commit

Permalink
optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Traverso committed Mar 28, 2012
1 parent f5470db commit ddb83fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
@@ -1,7 +1,6 @@
package com.proofpoint.discovery.store;

import com.google.common.base.Preconditions;
import com.google.common.io.ByteStreams;
import com.google.common.util.concurrent.ThreadFactoryBuilder;
import com.proofpoint.discovery.client.ServiceDescriptor;
import com.proofpoint.discovery.client.ServiceSelector;
Expand All @@ -20,7 +19,6 @@
import javax.annotation.PostConstruct;
import javax.annotation.PreDestroy;
import javax.inject.Inject;
import javax.xml.transform.stream.StreamSource;
import java.io.EOFException;
import java.net.URI;
import java.util.List;
Expand All @@ -29,8 +27,6 @@
import java.util.concurrent.ScheduledFuture;
import java.util.concurrent.TimeUnit;

import static com.google.common.base.Charsets.UTF_8;

public class Replicator
{
private final static Logger log = Logger.get(Replicator.class);
Expand Down
@@ -1,10 +1,6 @@
package com.proofpoint.discovery.store;

import com.google.common.base.Charsets;
import com.proofpoint.discovery.store.ConflictResolver;
import com.proofpoint.discovery.store.Entry;
import com.proofpoint.discovery.store.InMemoryStore;
import com.proofpoint.discovery.store.Version;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;

Expand Down

0 comments on commit ddb83fd

Please sign in to comment.