Only store the failed downloads.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 6 Jan 2014 01:09:51 +0000 (02:09 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 6 Jan 2014 01:09:51 +0000 (02:09 +0100)
commit1668dc75b65956d82ddfeb50a09ef04991996511
treea0741b921f2001665770c220960af873664d3319
parent38f71a02b5068c3a1ab349d2c9e780af155a5018
Only store the failed downloads.
src/main/java/net/pterodactylus/xdcc/main/Main.java
src/main/java/net/pterodactylus/xdcc/ui/stdin/CommandReader.java
src/main/java/net/pterodactylus/xdcc/ui/stdin/DownloadFailure.java [deleted file]
src/main/java/net/pterodactylus/xdcc/ui/stdin/DownloadFailures.java [deleted file]
src/main/java/net/pterodactylus/xdcc/ui/stdin/FailedDownloadsCommand.java
src/main/java/net/pterodactylus/xdcc/ui/stdin/ResearchCommand.java
src/main/java/net/pterodactylus/xdcc/ui/stdin/RestartCommand.java
src/test/java/net/pterodactylus/xdcc/ui/stdin/DownloadFailuresTest.java [deleted file]