Removed wrong parameters in javadoc

This commit is contained in:
Luca Frosini 2019-12-09 15:35:04 +01:00
parent caa4e3eb64
commit df233dfa36
3 changed files with 1 additions and 4 deletions

View File

@ -43,7 +43,6 @@ public class DataMethodDownloadHarvester extends SoBigDataHarvester {
*
* @param start the start
* @param end the end
* @param catalogueContext the catalogue context
* @param contexts the contexts
* @throws ParseException the parse exception
*/

View File

@ -45,7 +45,6 @@ public class ResourceCatalogueHarvester extends SoBigDataHarvester {
*
* @param start the start
* @param end the end
* @param catalogueContext the catalogue context
* @param contexts the contexts. They are the VREs
* @throws Exception the exception
*/

View File

@ -52,8 +52,7 @@ public abstract class SoBigDataHarvester extends BasicHarvester {
*
* @param start the start
* @param end the end
* @param catalogueContext the catalogue context
* @param vreScopes the contexts
* @param contexts the contexts. They are the VREs
* @throws ParseException the parse exception
*/
public SoBigDataHarvester(Date start, Date end, SortedSet<String> contexts) throws Exception {