Remove unused JDK 8 API imports

This commit is contained in:
Chris Beams 2015-01-02 07:47:42 +01:00
parent 862ab75c3b
commit 6c559e6a65
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
6 changed files with 1 additions and 5 deletions

View File

@ -15,7 +15,6 @@ import java.math.BigInteger;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
/**
* @author Roman Mandeleil

View File

@ -7,7 +7,6 @@ import org.ethereum.util.Utils;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
import static org.ethereum.net.eth.EthMessageCodes.BLOCK_HASHES;

View File

@ -7,7 +7,6 @@ import org.ethereum.util.RLPList;
import java.util.ArrayList;
import java.util.List;
import java.util.Vector;
import java.util.stream.Collectors;
import static org.ethereum.net.eth.EthMessageCodes.BLOCKS;

View File

@ -17,6 +17,7 @@ import io.netty.channel.SimpleChannelInboundHandler;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;

View File

@ -6,7 +6,6 @@ import org.ethereum.util.Utils;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
import static org.ethereum.net.eth.EthMessageCodes.GET_BLOCKS;

View File

@ -8,7 +8,6 @@ import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.stream.Collectors;
import static org.ethereum.net.eth.EthMessageCodes.TRANSACTIONS;