Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Typo
  • Loading branch information
cstamas committed Dec 10, 2025
commit db52caf304d0af90ae77e505b7424f0e2a816804
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ private List<ArtifactResult> resolve(
* </ul>
* Note: the third check is interfering with RRF, as RRF may make list of remote repositories empty, that was
* originally non-empty, by eliminating remote repositories to consider.
* Hence, we leave use this method ONLY if RRF is inactive.
* Hence, we may use this method ONLY if RRF is inactive.
*/
private boolean isLocallyInstalled(LocalArtifactResult lar, VersionResult vr) {
if (lar.isAvailable()) {
Expand Down