mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
[warmup] IJPL-29: Rename classes to obtain more descriptive names
GitOrigin-RevId: b1b1d68a8a4e84da7b1b678574119a5c73876f74
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6e8005776f
commit
d57c774ffe
@@ -1,6 +0,0 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.jetbrains.python.inspections
|
||||
|
||||
import com.intellij.ide.warmup.WarmupConfigurationOfCLIConfigurator
|
||||
|
||||
class PythonPluginWarmupConfiguration : WarmupConfigurationOfCLIConfigurator(PythonPluginCommandLineInspectionProjectConfigurator())
|
||||
@@ -0,0 +1,6 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.jetbrains.python.inspections
|
||||
|
||||
import com.intellij.ide.warmup.WarmupConfiguratorOfCLIConfigurator
|
||||
|
||||
class PythonPluginWarmupConfigurator : WarmupConfiguratorOfCLIConfigurator(PythonPluginCommandLineInspectionProjectConfigurator())
|
||||
Reference in New Issue
Block a user