todo
authorjprocter <Jim Procter>
Wed, 5 Jan 2011 16:04:17 +0000 (16:04 +0000)
committerjprocter <Jim Procter>
Wed, 5 Jan 2011 16:04:17 +0000 (16:04 +0000)
src/jalview/ws/rest/RestServiceDescription.java

index befae8f..bf1b375 100644 (file)
@@ -924,6 +924,12 @@ public class RestServiceDescription
     return jobId+urlSuffix;
   }
   private List<JvDataType> 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)