Skip to content

Commit

Permalink
Remove StorageUnitNodeMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Sep 28, 2023
1 parent f46ddd9 commit 9200821
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ private Map<StorageNodeName, DataSource> getToBeDeletedDataSources(final Map<Sto
}

private Map<String, StorageNode> getToBeDeletedStorageUnitNodeMappers(final Map<String, StorageUnit> storageUnits,
final Collection<String> toBeChangedStorageUnitNames) {
final Collection<String> toBeChangedStorageUnitNames) {
Map<String, StorageNode> result = new LinkedHashMap<>(storageUnits.size(), 1F);
for (Entry<String, StorageUnit> entry : storageUnits.entrySet()) {
if (!toBeChangedStorageUnitNames.contains(entry.getKey())) {
Expand Down

0 comments on commit 9200821

Please sign in to comment.