Polish
Closes gh-11792
This commit is contained in:
committed by
Stephane Nicoll
parent
aa36288cee
commit
a46e047c5d
@@ -142,7 +142,7 @@ class BootArchiveSupport {
|
||||
Map<RelativePath, FileCopyDetailsInternal> detailsByPath = new TreeMap<>();
|
||||
stream.process((details) -> detailsByPath.put(details.getRelativePath(),
|
||||
details));
|
||||
detailsByPath.values().stream().forEach(action::processFile);
|
||||
detailsByPath.values().forEach(action::processFile);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user