Removed wrong parameters in javadoc
This commit is contained in:
parent
caa4e3eb64
commit
df233dfa36
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue