Skip to content

Commit 7b548ed

Browse files
committed
ensure active
1 parent af31cea commit 7b548ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jvm-common/src/main/kotlin/org/digma/intellij/plugin/idea/navigation/JvmNavigationDiscoveryManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class JvmNavigationDiscoveryManager(private val project: Project, private val cs
9797
if (!startupJobCompleted.get()) {
9898
launchStartupJob()
9999
}
100-
launchCandida`tesProcessingJob()
100+
launchCandidatesProcessingJob()
101101
}
102102
}
103103
})

0 commit comments

Comments
 (0)