mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
The "Mismatch between light service level and its constructor" inspection: cleanup
GitOrigin-RevId: 2a6e7bcc32cb11f9fcdfa77c717aac6183182fb5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
bb1e9fac91
commit
46e2dfa159
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user