Skip to content
Snippets Groups Projects
Commit b55d7350 authored by brinn's avatar brinn
Browse files

Remove duplicate documentation of @since in javadoc text.

SVN: 26111
parent f253b107
No related branches found
No related tags found
No related merge requests found
...@@ -187,9 +187,11 @@ public interface IGeneralInformationService extends IRpcService ...@@ -187,9 +187,11 @@ public interface IGeneralInformationService extends IRpcService
String experimentIdentifierString); 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. * @param samples The samples for which we return attached data sets.
*
* @since 1.1
*/ */
public List<DataSet> listDataSets(String sessionToken, List<Sample> samples); public List<DataSet> listDataSets(String sessionToken, List<Sample> samples);
...@@ -268,7 +270,7 @@ public interface IGeneralInformationService extends IRpcService ...@@ -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 * 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 * @since 1.4
*/ */
...@@ -282,7 +284,7 @@ public interface IGeneralInformationService extends IRpcService ...@@ -282,7 +284,7 @@ public interface IGeneralInformationService extends IRpcService
public List<DataSetType> listDataSetTypes(String sessionToken); public List<DataSetType> listDataSetTypes(String sessionToken);
/** /**
* Returns map of avaialable vocabulary terms. Available since minor version 6. * Returns map of avaialable vocabulary terms.
* <p> * <p>
* The method cannot be fully utilized over JSON-RPC, because there is no sensible way to * 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 * (de)serialize a {@link Vocabulary} object to/from String. Any working implementation will
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment