The "Mismatch between light service level and its constructor" inspection: cleanup

GitOrigin-RevId: 2a6e7bcc32cb11f9fcdfa77c717aac6183182fb5
This commit is contained in:
Andrey Cherkasov
2023-10-10 11:19:28 +04:00
committed by intellij-monorepo-bot
parent bb1e9fac91
commit 46e2dfa159
32 changed files with 40 additions and 39 deletions

View File

@@ -14,7 +14,7 @@ import com.intellij.refactoring.extractMethod.ExtractMethodProcessor;
import com.intellij.ui.content.Content;
import com.intellij.ui.content.ContentManager;
@Service
@Service(Service.Level.PROJECT)
public final class ExtractMethodPreviewManager {
private final Project myProject;
private ContentManager myContentManager;