Skip to content

Commit 03163ee

Browse files
develarintellij-monorepo-bot
authored andcommitted
IJI-2602 fix super-class visibility
GitOrigin-RevId: 6ba76539d1e6b5e50227ce3d8cd1452f5f284e48
1 parent 1b1873b commit 03163ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/com/intellij/lang/jsgraphql/types/schema/idl/WiringEnvironment.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ The MIT License (MIT)
1717
*/
1818
package com.intellij.lang.jsgraphql.types.schema.idl;
1919

20-
2120
import com.intellij.lang.jsgraphql.types.PublicApi;
2221

2322
@PublicApi
24-
abstract class WiringEnvironment {
23+
public abstract class WiringEnvironment {
2524

2625
private final TypeDefinitionRegistry registry;
2726

0 commit comments

Comments
 (0)