소스 검색

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…
취소
저장