From d0e72629ac2b7d5d35f151fc8cbec6365a4c1660 Mon Sep 17 00:00:00 2001 From: jprocter Date: Wed, 5 Jan 2011 16:04:17 +0000 Subject: [PATCH] todo --- src/jalview/ws/rest/RestServiceDescription.java | 6 ++++++ 1 file changed, 6 insertions(+) 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) -- 1.7.10.2