Fix: VerboseProgress(PrintWriter) does not set the writer

This commit is contained in:
David Pilato 2014-08-13 11:33:19 +02:00
parent 59c1e94d90
commit 02a90f3684
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ public class HttpDownloadHelper {
* @param writer the output stream.
*/
public VerboseProgress(PrintWriter writer) {
this.writer = this.writer;
this.writer = writer;
}
/**