From 3634b44023aba21d17113b643251b52f377cde9d Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Tue, 21 Jun 2011 12:53:24 +0000 Subject: [PATCH] minor: better javadoc SVN: 21773 --- screening/source/java/OpenBISScreeningML.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screening/source/java/OpenBISScreeningML.java b/screening/source/java/OpenBISScreeningML.java index ae2418811fc..d0857889e8c 100644 --- a/screening/source/java/OpenBISScreeningML.java +++ b/screening/source/java/OpenBISScreeningML.java @@ -697,7 +697,7 @@ public class OpenBISScreeningML * * <pre> * % Load all data sets of plate P005 in space SPACE - * dsinfo = OpenBISScreeningML.loadDataSets('/SPACE/P005', '.*', '') + * dsinfo = OpenBISScreeningML.loadDataSets('/SPACE/P005', 'HCS_ANALYSIS_CELL_FEATURES_CC_MAT', '/mount/openbis-store') * % Get the data set codes * dsinfo(:,1) * % Get root path of first data set (assuming there is at least one) -- GitLab