瀏覽代碼

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 {

Loading…
取消
儲存