3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 15:22:16 +00:00

Remove unused imports.

This commit is contained in:
Andreas Schildbach 2014-05-27 16:02:14 +02:00
parent f10fefe2ae
commit b15dbfb836
7 changed files with 0 additions and 14 deletions

View File

@ -20,9 +20,7 @@ package com.google.bitcoin.core;
import java.io.IOException;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Set;
/**
* <p>A data structure that contains proofs of block inclusion for one or more transactions, in an efficient manner.</p>

View File

@ -21,8 +21,6 @@ import java.io.IOException;
import java.net.SocketAddress;
import java.nio.ByteBuffer;
import static com.google.common.base.Preconditions.checkState;
/**
* Creates a simple connection to a server using a {@link StreamParser} to process data.
*/

View File

@ -26,9 +26,6 @@ import com.google.common.annotations.VisibleForTesting;
import com.google.common.util.concurrent.AbstractExecutionThreadService;
import org.slf4j.LoggerFactory;
import static com.google.common.base.Preconditions.checkNotNull;
import static com.google.common.base.Preconditions.checkState;
/**
* Creates a simple server listener which listens for incoming client connections and uses a {@link StreamParser} to
* process data.

View File

@ -18,7 +18,6 @@ package com.google.bitcoin.script;
import com.google.common.collect.ImmutableMap;
import java.util.HashMap;
import java.util.Map;
/**

View File

@ -17,7 +17,6 @@
package com.google.bitcoin.core;
import java.math.BigInteger;
import org.junit.Assert;
import org.junit.Test;
import static org.junit.Assert.*;

View File

@ -2,12 +2,8 @@ package com.google.bitcoin.crypto;
import org.junit.Assert;
import org.junit.Test;
import org.spongycastle.crypto.params.ECDomainParameters;
import org.spongycastle.util.encoders.Hex;
import java.util.Arrays;
import java.util.List;
/**
* @author Matija Mazi <br/>
*/

View File

@ -36,7 +36,6 @@ import java.util.concurrent.atomic.AtomicReference;
import static com.google.common.base.Preconditions.checkNotNull;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
public class KeyChainGroupTest {
// Number of initial keys in this tests HD wallet, including interior keys.