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
This commit is contained in:
Luca Frosini 2018-05-28 13:34:19 +00:00
parent 9f40118fa7
commit 6e3ca2befe
1 changed files with 0 additions and 3 deletions

View File

@ -183,7 +183,6 @@ public abstract class SoBigDataHarvester extends BasicHarvester {
* @return the map catalogue group to vre * @return the map catalogue group to vre
*/ */
public HashMap<String,String> getMapCatalogueGroupToVRE() { public HashMap<String,String> getMapCatalogueGroupToVRE() {
return mapCatalogueGroupToVRE; return mapCatalogueGroupToVRE;
} }
@ -191,7 +190,6 @@ public abstract class SoBigDataHarvester extends BasicHarvester {
* @return the mapSystemTypeToDBEntry * @return the mapSystemTypeToDBEntry
*/ */
public HashMap<String,String> getMapSystemTypeToDBEntry() { public HashMap<String,String> getMapSystemTypeToDBEntry() {
return mapSystemTypeToDBEntry; return mapSystemTypeToDBEntry;
} }
@ -199,7 +197,6 @@ public abstract class SoBigDataHarvester extends BasicHarvester {
* @return the mapWsFolderNameToVRE * @return the mapWsFolderNameToVRE
*/ */
public HashMap<String,String> getMapWsFolderNameToVRE() { public HashMap<String,String> getMapWsFolderNameToVRE() {
return mapWsFolderNameToVRE; return mapWsFolderNameToVRE;
} }