mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
[SEARCH-1994]
replaced method in map
This commit is contained in:
+1
-1
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user