Don't freak out if we don't have the Snark library. We'll sort this out more

nicely later.
This commit is contained in:
Michael Bayne
2006-07-13 18:52:58 +00:00
parent 3c9b29adcb
commit 72ef40f297
2 changed files with 17 additions and 6 deletions
@@ -506,11 +506,11 @@ public abstract class Getdown extends Thread
// Torrent downloading is disabled by default until the kinks are out
Downloader dl;
if (false) {
dl = new TorrentDownloader(resources, obs);
} else {
// if (false) {
// dl = new TorrentDownloader(resources, obs);
// } else {
dl = new HTTPDownloader(resources, obs);
}
// }
dl.start();
// now wait for it to complete