From 95c438fa216fae6a6fa0d13947fa0a1ee0040e21 Mon Sep 17 00:00:00 2001 From: Vladimir Dolzhenko Date: Wed, 25 Mar 2020 18:09:52 +0100 Subject: [PATCH] Fix KotlinConfigurationCheckerService alias for 192 Relates to #KT-36471 --- ...KotlinConfigurationCheckerComponent.kt.192 | 2 -- .../KotlinConfigurationCheckerService.kt.192 | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 idea/idea-jvm/src/org/jetbrains/kotlin/idea/configuration/ui/KotlinConfigurationCheckerService.kt.192 diff --git a/idea/idea-jvm/src/org/jetbrains/kotlin/idea/configuration/ui/KotlinConfigurationCheckerComponent.kt.192 b/idea/idea-jvm/src/org/jetbrains/kotlin/idea/configuration/ui/KotlinConfigurationCheckerComponent.kt.192 index f17693cf2d1..2d61f3011bd 100644 --- a/idea/idea-jvm/src/org/jetbrains/kotlin/idea/configuration/ui/KotlinConfigurationCheckerComponent.kt.192 +++ b/idea/idea-jvm/src/org/jetbrains/kotlin/idea/configuration/ui/KotlinConfigurationCheckerComponent.kt.192 @@ -31,8 +31,6 @@ import org.jetbrains.kotlin.idea.project.getAndCacheLanguageLevelByDependencies import org.jetbrains.kotlin.idea.util.runReadActionInSmartMode import java.util.concurrent.atomic.AtomicInteger -typealias KotlinConfigurationCheckerService = KotlinConfigurationCheckerComponent - class KotlinConfigurationCheckerComponent(val project: Project) : ProjectComponent { private val syncDepth = AtomicInteger() diff --git a/idea/idea-jvm/src/org/jetbrains/kotlin/idea/configuration/ui/KotlinConfigurationCheckerService.kt.192 b/idea/idea-jvm/src/org/jetbrains/kotlin/idea/configuration/ui/KotlinConfigurationCheckerService.kt.192 new file mode 100644 index 00000000000..af3e4c6cb09 --- /dev/null +++ b/idea/idea-jvm/src/org/jetbrains/kotlin/idea/configuration/ui/KotlinConfigurationCheckerService.kt.192 @@ -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 \ No newline at end of file