From 6e3ca2befe9dc2ea0b839dd51892829cdfdd9e76 Mon Sep 17 00:00:00 2001 From: "luca.frosini" Date: Mon, 28 May 2018 13:34:19 +0000 Subject: [PATCH] Code redesign Refs #11756: Refactor DataHArvesterPlugin to support scheduled execution from smart-executor Task-Url: https://support.d4science.org/issues/11756 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-dashboard-harvester-se-plugin@167792 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../dataharvest/harvester/sobigdata/SoBigDataHarvester.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/java/org/gcube/dataharvest/harvester/sobigdata/SoBigDataHarvester.java b/src/main/java/org/gcube/dataharvest/harvester/sobigdata/SoBigDataHarvester.java index 144f360..e20b704 100644 --- a/src/main/java/org/gcube/dataharvest/harvester/sobigdata/SoBigDataHarvester.java +++ b/src/main/java/org/gcube/dataharvest/harvester/sobigdata/SoBigDataHarvester.java @@ -183,7 +183,6 @@ public abstract class SoBigDataHarvester extends BasicHarvester { * @return the map catalogue group to vre */ public HashMap getMapCatalogueGroupToVRE() { - return mapCatalogueGroupToVRE; } @@ -191,7 +190,6 @@ public abstract class SoBigDataHarvester extends BasicHarvester { * @return the mapSystemTypeToDBEntry */ public HashMap getMapSystemTypeToDBEntry() { - return mapSystemTypeToDBEntry; } @@ -199,7 +197,6 @@ public abstract class SoBigDataHarvester extends BasicHarvester { * @return the mapWsFolderNameToVRE */ public HashMap getMapWsFolderNameToVRE() { - return mapWsFolderNameToVRE; }