Skip to content

Commit

Permalink
Organise imports in CC StoreCopyClient.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvest committed Jan 22, 2018
1 parent a8d8884 commit b4ed4ca
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,16 @@
package org.neo4j.causalclustering.catchup.storecopy;

import java.io.IOException;
import java.util.Optional;
import java.util.concurrent.CompletableFuture;

import org.neo4j.causalclustering.catchup.CatchUpClient;
import org.neo4j.causalclustering.catchup.CatchUpClientException;
import org.neo4j.causalclustering.catchup.CatchUpResponseAdaptor;
import org.neo4j.causalclustering.core.state.snapshot.TopologyLookupException;
import org.neo4j.causalclustering.discovery.TopologyService;
import org.neo4j.causalclustering.identity.MemberId;
import org.neo4j.causalclustering.identity.StoreId;
import org.neo4j.helpers.AdvertisedSocketAddress;
import org.neo4j.logging.Log;
import org.neo4j.logging.LogProvider;

import static java.lang.String.format;

public class StoreCopyClient
{
private final CatchUpClient catchUpClient;
Expand Down

0 comments on commit b4ed4ca

Please sign in to comment.