X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Futils%2FUrlDownloadClient.java;fp=src%2Fjalview%2Fws%2Futils%2FUrlDownloadClient.java;h=448edd9831c1015036ccc77fcd40202da64255de;hb=88bc41a8d340988625001b2828625c1a668cadd9;hp=dcd861ad8f9c99932cf5a10e07e779abe3c25c3b;hpb=4efe5c8d36740fc15d862edd5b121c56df7f1c94;p=jalview.git diff --git a/src/jalview/ws/utils/UrlDownloadClient.java b/src/jalview/ws/utils/UrlDownloadClient.java index dcd861a..448edd9 100644 --- a/src/jalview/ws/utils/UrlDownloadClient.java +++ b/src/jalview/ws/utils/UrlDownloadClient.java @@ -79,8 +79,8 @@ public class UrlDownloadClient } } catch (IOException e) { - System.out - .println("Exception while closing download file output stream: " + System.out.println( + "Exception while closing download file output stream: " + e.getMessage()); } try @@ -92,7 +92,7 @@ public class UrlDownloadClient } catch (IOException e) { System.out.println("Exception while closing download channel: " - + e.getMessage()); + + e.getMessage()); } try { @@ -103,7 +103,7 @@ public class UrlDownloadClient } catch (IOException e) { System.out.println("Exception while deleting download temp file: " - + e.getMessage()); + + e.getMessage()); } } }