浏览代码

Merge "StreamCopyThread: Remove unused AtomicInteger import"

tags/v4.6.0.201612231935-r
Jonathan Nieder 7 年前
父节点
当前提交
7b8a0a28bf
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      org.eclipse.jgit/src/org/eclipse/jgit/util/io/StreamCopyThread.java

+ 0
- 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 {

正在加载...
取消
保存