Skip to content

Commit 9c2df37

Browse files
develarintellij-monorepo-bot
authored andcommitted
develar/extract-ide-conc
Created by Vladimir Krivosheev (Vladimir.Krivosheev) via Patronus Merge-request: IJ-MR-166073 Merged-by: Vladimir Krivosheev <[email protected]> GitOrigin-RevId: 7b3d0f52e2621c6ca2c45aa8ed832724a7fd038a
1 parent c3b38ca commit 9c2df37

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jvm_library(
2626
"@community//platform/usageView",
2727
"@community//platform/usageView-impl",
2828
"@community//xml/xml-parser:parser",
29+
"@community//platform/platform-impl/concurrency",
2930
"@community//platform/lang-api:lang",
3031
"@community//platform/lang-impl",
3132
"@community//platform/core-impl",

intellij.graphql.iml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<orderEntry type="module" module-name="intellij.platform.usageView" />
2525
<orderEntry type="module" module-name="intellij.platform.usageView.impl" />
2626
<orderEntry type="module" module-name="intellij.xml.parser" />
27+
<orderEntry type="module" module-name="intellij.platform.ide.concurrency" />
2728
<orderEntry type="module" module-name="intellij.platform.lang" />
2829
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
2930
<orderEntry type="module" module-name="intellij.platform.core.impl" />

src/main/com/intellij/lang/jsgraphql/ide/project/schemastatus/GraphQLSchemasPanel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ import javax.swing.tree.TreeSelectionModel
5656
/**
5757
* Tool window panel that shows the status of the GraphQL schemas discovered in the project.
5858
*/
59-
class GraphQLSchemasPanel(private val project: Project, private val toolWindowId: String) : JPanel(), Disposable {
59+
internal class GraphQLSchemasPanel(private val project: Project, private val toolWindowId: String) : JPanel(), Disposable {
6060
private val connection: MessageBusConnection = project.messageBus.connect(this)
6161
private val schemaModificationTracker = GraphQLSchemaContentTracker.getInstance(project)
6262

0 commit comments

Comments
 (0)