diff options
-rw-r--r-- | src/github/daneren2005/dsub/service/DownloadFile.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/github/daneren2005/dsub/service/DownloadFile.java b/src/github/daneren2005/dsub/service/DownloadFile.java index d9adc1bf..b3101e0a 100644 --- a/src/github/daneren2005/dsub/service/DownloadFile.java +++ b/src/github/daneren2005/dsub/service/DownloadFile.java @@ -424,7 +424,7 @@ public class DownloadFile implements BufferFile { } } catch(InterruptedException x) { - throw x + throw x; } catch(IOException x) { Util.close(out); Util.delete(completeFile); |