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:
parent
9f40118fa7
commit
6e3ca2befe
|
@ -183,7 +183,6 @@ public abstract class SoBigDataHarvester extends BasicHarvester {
|
|||
* @return the map catalogue group to vre
|
||||
*/
|
||||
public HashMap<String,String> getMapCatalogueGroupToVRE() {
|
||||
|
||||
return mapCatalogueGroupToVRE;
|
||||
}
|
||||
|
||||
|
@ -191,7 +190,6 @@ public abstract class SoBigDataHarvester extends BasicHarvester {
|
|||
* @return the mapSystemTypeToDBEntry
|
||||
*/
|
||||
public HashMap<String,String> getMapSystemTypeToDBEntry() {
|
||||
|
||||
return mapSystemTypeToDBEntry;
|
||||
}
|
||||
|
||||
|
@ -199,7 +197,6 @@ public abstract class SoBigDataHarvester extends BasicHarvester {
|
|||
* @return the mapWsFolderNameToVRE
|
||||
*/
|
||||
public HashMap<String,String> getMapWsFolderNameToVRE() {
|
||||
|
||||
return mapWsFolderNameToVRE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue