allow client to check if the original alignment data was annotated by results from...
[jalview.git] / src / jalview / ws / rest / HttpResultSet.java
index 5a70211..1c87196 100644 (file)
@@ -77,6 +77,12 @@ public class HttpResultSet extends FileParse
     return dp;
   }
 
+  /**
+   * parses the results of the service output.
+   * @return the result of ParsePackedSet.getAlignment()
+   * @throws Exception
+   * @throws Error
+   */
   public Object[] parseResultSet() throws Exception, Error
   {
     List<DataProvider> dp = new ArrayList<DataProvider>();