Fix: VerboseProgress(PrintWriter) does not set the writer
This commit is contained in:
parent
59c1e94d90
commit
02a90f3684
|
@ -148,7 +148,7 @@ public class HttpDownloadHelper {
|
||||||
* @param writer the output stream.
|
* @param writer the output stream.
|
||||||
*/
|
*/
|
||||||
public VerboseProgress(PrintWriter writer) {
|
public VerboseProgress(PrintWriter writer) {
|
||||||
this.writer = this.writer;
|
this.writer = writer;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue