Browse Source

Merge "StreamCopyThread: Remove unused AtomicInteger import"

stable-4.6
Jonathan Nieder 8 years ago committed by Gerrit Code Review @ Eclipse.org
parent
commit
7b8a0a28bf
  1. 1
      org.eclipse.jgit/src/org/eclipse/jgit/util/io/StreamCopyThread.java

1
org.eclipse.jgit/src/org/eclipse/jgit/util/io/StreamCopyThread.java

@ -47,7 +47,6 @@ import java.io.IOException;
import java.io.InputStream;
import java.io.InterruptedIOException;
import java.io.OutputStream;
import java.util.concurrent.atomic.AtomicInteger;
/** Thread to copy from an input stream to an output stream. */
public class StreamCopyThread extends Thread {

Loading…
Cancel
Save