[SEARCH-1994]

replaced method in map
This commit is contained in:
eliaporciani
2019-12-13 11:17:10 +01:00
parent c91896e9e0
commit 2f918ac8cd
@@ -1742,7 +1742,7 @@ class AlfrescoIndexFetcher
Set<String> contentStoreFiles = contentStoreFilesToDownload.stream()
.map(e -> (String) e.get(NAME))
.map(Paths::get)
.map(p -> p.toString())
.map(Path::toString)
.collect(Collectors.toSet());
try
{