Update stale comment in ModuleOverloader

The ModuleOverloader swap statement was left with a comment
associated with an older and more limited implementation.

Update the comment to reflect the more up-to-date logic
implemented.

Change-Id: I74b76ad06daf214593481cae4ec721ac9f9acdd1
This commit is contained in:
Luca Milanesio
2020-09-10 20:44:04 +01:00
parent 70b942957e
commit 1a6a290109

View File

@@ -42,7 +42,7 @@ public class ModuleOverloader {
return modules;
}
// swipe cache implementation with alternative provided in lib
// swap module implementations with the matching alternative ones provided in lib
return modules.stream()
.map(
m -> {