From a9887aaae8d1c6a3e529578c48226fb83d23118a Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Fri, 9 Sep 2011 12:31:24 +0000 Subject: [PATCH] minor javadoc correction SVN: 22854 --- .../screening/client/api/v1/IScreeningOpenbisServiceFacade.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/api/v1/IScreeningOpenbisServiceFacade.java b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/api/v1/IScreeningOpenbisServiceFacade.java index 9c3e3a67154..6bcc66cb2f4 100644 --- a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/api/v1/IScreeningOpenbisServiceFacade.java +++ b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/api/v1/IScreeningOpenbisServiceFacade.java @@ -265,7 +265,7 @@ public interface IScreeningOpenbisServiceFacade /** * A list of data sets owned by specified plate and passing specified filter. The data set * objects provide metadata (e.g. code, properties etc. from the openBIS AS) as well as data - * (e.g. files from from openBIS DSS). + * (e.g. files from openBIS DSS). * * @throws IllegalStateException Thrown if the user has not yet been authenticated. * @throws EnvironmentFailureException Thrown in cases where it is not possible to connect to -- GitLab