mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[DURACOM-109] Minor fix
This commit is contained in:
@@ -55,7 +55,6 @@ public class LiveImportClientImpl implements LiveImportClient {
|
|||||||
.orElse(DSpaceHttpClientFactory.getInstance().buildWithRequestConfig(config))) {
|
.orElse(DSpaceHttpClientFactory.getInstance().buildWithRequestConfig(config))) {
|
||||||
String uri = buildUrl(URL, params.get(URI_PARAMETERS));
|
String uri = buildUrl(URL, params.get(URI_PARAMETERS));
|
||||||
method = new HttpGet(uri);
|
method = new HttpGet(uri);
|
||||||
method.setConfig(config);
|
|
||||||
|
|
||||||
Map<String, String> headerParams = params.get(HEADER_PARAMETERS);
|
Map<String, String> headerParams = params.get(HEADER_PARAMETERS);
|
||||||
if (MapUtils.isNotEmpty(headerParams)) {
|
if (MapUtils.isNotEmpty(headerParams)) {
|
||||||
|
Reference in New Issue
Block a user