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@167623 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2018-05-18 15:40:32 +00:00
parent 40527e0fe6
commit 17d9cd9097
1 changed files with 0 additions and 2 deletions

View File

@ -96,9 +96,7 @@ public class DatabaseParameterRetriever {
}
checkParameter(uri, "URI", localDB);
checkParameter(username, "Username", localDB);
checkParameter(password, "Password", localDB);
return new DatabaseConnectionData(uri, username, password);