Quellcode durchsuchen

Merge "StreamCopyThread: Remove unused AtomicInteger import"

tags/v4.6.0.201612231935-r
Jonathan Nieder vor 7 Jahren
Ursprung
Commit
7b8a0a28bf

+ 0
- 1
org.eclipse.jgit/src/org/eclipse/jgit/util/io/StreamCopyThread.java Datei anzeigen

@@ -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 {

Laden…
Abbrechen
Speichern