X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=blobdiff_plain;f=src%2Fjalview%2Fws%2Frest%2FHttpResultSet.java;h=d2902735ed0d6f4bbc3e819db2446a72b65df885;hp=fddc4e30aef05f25e95722d24f71fb4f5f034e12;hb=b57a02c25e335d033c97f8a6bacd6b54f62bd2b6;hpb=1cc81e06ac2faa5ee4b8879e9fa019956e34259f diff --git a/src/jalview/ws/rest/HttpResultSet.java b/src/jalview/ws/rest/HttpResultSet.java index fddc4e3..d290273 100644 --- a/src/jalview/ws/rest/HttpResultSet.java +++ b/src/jalview/ws/rest/HttpResultSet.java @@ -96,6 +96,7 @@ public class HttpResultSet extends FileParse /** * parses the results of the service output. + * * @return the result of ParsePackedSet.getAlignment() * @throws Exception * @throws Error @@ -220,9 +221,10 @@ public class HttpResultSet extends FileParse */ public String getUrl() { - try { + try + { return cachedRequest.getURI().toURL().toString(); - } catch (Exception x) + } catch (Exception x) { x.printStackTrace(); return null;