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:
parent
40527e0fe6
commit
17d9cd9097
|
@ -96,9 +96,7 @@ public class DatabaseParameterRetriever {
|
||||||
}
|
}
|
||||||
|
|
||||||
checkParameter(uri, "URI", localDB);
|
checkParameter(uri, "URI", localDB);
|
||||||
|
|
||||||
checkParameter(username, "Username", localDB);
|
checkParameter(username, "Username", localDB);
|
||||||
|
|
||||||
checkParameter(password, "Password", localDB);
|
checkParameter(password, "Password", localDB);
|
||||||
|
|
||||||
return new DatabaseConnectionData(uri, username, password);
|
return new DatabaseConnectionData(uri, username, password);
|
||||||
|
|
Loading…
Reference in New Issue