git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7829d5b
)
todo
author
jprocter
<Jim Procter>
Wed, 5 Jan 2011 16:04:17 +0000
(16:04 +0000)
committer
jprocter
<Jim Procter>
Wed, 5 Jan 2011 16:04:17 +0000
(16:04 +0000)
src/jalview/ws/rest/RestServiceDescription.java
patch
|
blob
|
history
diff --git
a/src/jalview/ws/rest/RestServiceDescription.java
b/src/jalview/ws/rest/RestServiceDescription.java
index
befae8f
..
bf1b375
100644
(file)
--- 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<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)