Browse Source

StreamCopyThread: Remove unused AtomicInteger import

I forgot to do this in 97f3baa0d3
(StreamCopyThread: Remove unnecessary flushCount, 2016-11-13).

Change-Id: Iaed9f345848cf0f854c9d0debcf94bc831d53054
stable-4.6
Jonathan Nieder 8 years ago
parent
commit
f21233fd0e
  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