From b55d73508c595922e95d3bcfebea6a513a7b81a6 Mon Sep 17 00:00:00 2001 From: brinn <brinn> Date: Fri, 13 Jul 2012 17:07:20 +0000 Subject: [PATCH] Remove duplicate documentation of @since in javadoc text. SVN: 26111 --- .../generic/shared/api/v1/IGeneralInformationService.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/openbis_api/source/java/ch/systemsx/cisd/openbis/generic/shared/api/v1/IGeneralInformationService.java b/openbis_api/source/java/ch/systemsx/cisd/openbis/generic/shared/api/v1/IGeneralInformationService.java index e4c27913d2c..7bf3bbef2e6 100644 --- a/openbis_api/source/java/ch/systemsx/cisd/openbis/generic/shared/api/v1/IGeneralInformationService.java +++ b/openbis_api/source/java/ch/systemsx/cisd/openbis/generic/shared/api/v1/IGeneralInformationService.java @@ -187,9 +187,11 @@ public interface IGeneralInformationService extends IRpcService String experimentIdentifierString); /** - * Return all data sets attached to the given samples. Available since minor version 1. + * Return all data sets attached to the given samples. * * @param samples The samples for which we return attached data sets. + * + * @since 1.1 */ public List<DataSet> listDataSets(String sessionToken, List<Sample> samples); @@ -268,7 +270,7 @@ public interface IGeneralInformationService extends IRpcService /** * Returns the download URL for the data store of specified data set or null if such data set - * does not exist. Available since minor version 4. + * does not exist. * * @since 1.4 */ @@ -282,7 +284,7 @@ public interface IGeneralInformationService extends IRpcService public List<DataSetType> listDataSetTypes(String sessionToken); /** - * Returns map of avaialable vocabulary terms. Available since minor version 6. + * Returns map of avaialable vocabulary terms. * <p> * The method cannot be fully utilized over JSON-RPC, because there is no sensible way to * (de)serialize a {@link Vocabulary} object to/from String. Any working implementation will -- GitLab