Skip to content

OAK-11374 : removed usage of Guava's Maps.immutableEntry#1969

Merged
rishabhdaim merged 1 commit intotrunkfrom
OAK-11374
Jan 9, 2025
Merged

OAK-11374 : removed usage of Guava's Maps.immutableEntry#1969
rishabhdaim merged 1 commit intotrunkfrom
OAK-11374

Conversation

@rishabhdaim
Copy link
Contributor

No description provided.

@rishabhdaim rishabhdaim requested a review from reschke January 9, 2025 14:24
@github-actions
Copy link

github-actions bot commented Jan 9, 2025

Commit-Check ✔️

yieldCnt = 0;
}
return immutableEntry(doc.getPath(), sweepOne(doc));
return new SimpleImmutableEntry<>(doc.getPath(), sweepOne(doc));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since sweepOne could return a null value, we couldn't use Map.entry here.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 9, 2025

@rishabhdaim rishabhdaim merged commit db447dc into trunk Jan 9, 2025
5 checks passed
@rishabhdaim rishabhdaim deleted the OAK-11374 branch January 9, 2025 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants