Minor: fix method name

This commit is contained in:
Zalim Bashorov
2016-02-08 19:31:17 +03:00
parent 17ebb36128
commit 74b2c8cd31
2 changed files with 3 additions and 3 deletions
@@ -147,7 +147,7 @@ data class ModuleTestSourceInfo(override val module: Module) : ModuleSourceInfo
ProjectRootModificationTracker.getInstance(module.project))
})
override fun modulesWhichInternalsAreVisible() = module.cached(CachedValueProvider {
override fun modulesWhoseInternalsAreVisible() = module.cached(CachedValueProvider {
val list = SmartList<ModuleInfo>(module.productionSourceInfo())
getRelatedProductionModule(module)?.let {