Fix KotlinConfigurationCheckerService alias for 192
Relates to #KT-36471
This commit is contained in:
-2
@@ -31,8 +31,6 @@ import org.jetbrains.kotlin.idea.project.getAndCacheLanguageLevelByDependencies
|
|||||||
import org.jetbrains.kotlin.idea.util.runReadActionInSmartMode
|
import org.jetbrains.kotlin.idea.util.runReadActionInSmartMode
|
||||||
import java.util.concurrent.atomic.AtomicInteger
|
import java.util.concurrent.atomic.AtomicInteger
|
||||||
|
|
||||||
typealias KotlinConfigurationCheckerService = KotlinConfigurationCheckerComponent
|
|
||||||
|
|
||||||
class KotlinConfigurationCheckerComponent(val project: Project) : ProjectComponent {
|
class KotlinConfigurationCheckerComponent(val project: Project) : ProjectComponent {
|
||||||
private val syncDepth = AtomicInteger()
|
private val syncDepth = AtomicInteger()
|
||||||
|
|
||||||
|
|||||||
+19
@@ -0,0 +1,19 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2010-2015 JetBrains s.r.o.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package org.jetbrains.kotlin.idea.configuration.ui
|
||||||
|
|
||||||
|
typealias KotlinConfigurationCheckerService = KotlinConfigurationCheckerComponent
|
||||||
Reference in New Issue
Block a user