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:
@@ -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 -> {
|
||||
|
||||
Reference in New Issue
Block a user