mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
notnull
GitOrigin-RevId: a7fedb468cc0c5d443b2822b979db746fb814fbe
This commit is contained in:
committed by
intellij-monorepo-bot
parent
41f6e88b15
commit
cc946b54f3
@@ -10,7 +10,7 @@ import com.intellij.psi.impl.source.resolve.reference.ReferenceProvidersRegistry
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
abstract class JsonLiteralMixin extends JsonElementImpl implements JsonLiteral {
|
||||
protected JsonLiteralMixin(ASTNode node) {
|
||||
protected JsonLiteralMixin(@NotNull ASTNode node) {
|
||||
super(node);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user