summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
diff options
context:
space:
mode:
authorJonathan Nieder <jrn@google.com>2016-11-13 19:05:48 -0500
committerGerrit Code Review @ Eclipse.org <gerrit@eclipse.org>2016-11-13 19:05:50 -0500
commit7b8a0a28bf00074aa61a9c142817fc8b3288850a (patch)
tree0f8ff528c5af9681ce938311e6eed292d7a0af09 /org.eclipse.jgit
parent707e4538c2899c8c664530ba2ac850daa867c510 (diff)
parentf21233fd0e5e83338998becb00677639235653e4 (diff)
downloadjgit-7b8a0a28bf00074aa61a9c142817fc8b3288850a.tar.gz
jgit-7b8a0a28bf00074aa61a9c142817fc8b3288850a.zip
Merge "StreamCopyThread: Remove unused AtomicInteger import"
Diffstat (limited to 'org.eclipse.jgit')
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/util/io/StreamCopyThread.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/util/io/StreamCopyThread.java b/org.eclipse.jgit/src/org/eclipse/jgit/util/io/StreamCopyThread.java
index 329a7a161f..7aba0a583d 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/util/io/StreamCopyThread.java
+++ b/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 {