Minor: Fix comment about absent method

#KT-33536 Fixed
This commit is contained in:
Nikolay Krasko
2019-08-28 13:25:37 +03:00
parent d04749dd3f
commit 3989f5244f
@@ -61,10 +61,12 @@ fun closeProject(project: Project) {
projectManagerEx.closeAndDispose(project)
}
// BUNCH: 183
fun waitForAllEditorsFinallyLoaded(project: Project) {
// 182 does not have this public api
// 183 does not have this public api
}
// BUNCH: 183
fun replaceWithCustomHighlighter(parentDisposable: Disposable, fromImplementationClass: String, toImplementationClass: String) {
// 182 does not have this public api
// 183 does not have this public api
}