FIR IDE: remove invalid comments from FirIdeSessionFactory
This commit is contained in:
-6
@@ -40,9 +40,6 @@ import org.jetbrains.kotlin.load.kotlin.VirtualFileFinderFactory
|
|||||||
|
|
||||||
@OptIn(PrivateSessionConstructor::class, SessionConfiguration::class)
|
@OptIn(PrivateSessionConstructor::class, SessionConfiguration::class)
|
||||||
internal object FirIdeSessionFactory {
|
internal object FirIdeSessionFactory {
|
||||||
/**
|
|
||||||
* Should be invoked only under a [moduleInfo]-based lock
|
|
||||||
*/
|
|
||||||
fun createSourcesSession(
|
fun createSourcesSession(
|
||||||
project: Project,
|
project: Project,
|
||||||
moduleInfo: ModuleSourceInfo,
|
moduleInfo: ModuleSourceInfo,
|
||||||
@@ -97,9 +94,6 @@ internal object FirIdeSessionFactory {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Should be invoked only under a [moduleInfo]-based lock
|
|
||||||
*/
|
|
||||||
fun createLibrarySession(
|
fun createLibrarySession(
|
||||||
moduleInfo: ModuleSourceInfo,
|
moduleInfo: ModuleSourceInfo,
|
||||||
sessionProvider: FirIdeSessionProvider,
|
sessionProvider: FirIdeSessionProvider,
|
||||||
|
|||||||
Reference in New Issue
Block a user