Skip to content

Commit 3580585

Browse files
committed
Javadoc updates
SVN r64610 |2019-10-14 02:49:26 +0000
1 parent 547e10c commit 3580585

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

java/src/org/labkey/remoteapi/assay/SaveAssayRunsCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public class SaveAssayRunsCommand extends PostCommand<SaveAssayRunsResponse>
1616
private String _protocolName;
1717

1818
/**
19+
* @param protocolName name of the protocol to use
1920
* @param runs the runs to be saved
2021
*/
2122
public SaveAssayRunsCommand(String protocolName, List<Run> runs)

java/src/org/labkey/remoteapi/domain/PropertyDescriptor.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,10 @@ public JSONObject toJSONObject()
109109

110110
/**
111111
* Convenience function for creating lookups
112-
* @param schema
113-
* @param query
112+
* @param schema the schema for the lookup
113+
* @param query the query for the lookup
114114
* @param container set to null for current folder
115+
* @return property descriptor for the lookup in the given container for the given schema and query
115116
*/
116117
public PropertyDescriptor setLookup(String schema, String query, String container)
117118
{

0 commit comments

Comments
 (0)