From: jprocter Date: Wed, 5 Jan 2011 16:04:17 +0000 (+0000) Subject: todo X-Git-Tag: Release_2_7~326 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=d0e72629ac2b7d5d35f151fc8cbec6365a4c1660;p=jalview.git todo --- diff --git a/src/jalview/ws/rest/RestServiceDescription.java b/src/jalview/ws/rest/RestServiceDescription.java index befae8f..bf1b375 100644 --- a/src/jalview/ws/rest/RestServiceDescription.java +++ b/src/jalview/ws/rest/RestServiceDescription.java @@ -924,6 +924,12 @@ public class RestServiceDescription return jobId+urlSuffix; } private List resultData; + /** + * + * + * TODO: Extend to optionally specify relative/absolute url where data of this type can be retrieved from + * @param dt + */ public void addResultDatatype(JvDataType dt) { if (resultData==null)