File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ public Element5 getElement5() {
251
251
252
252
public class Element2Impl extends StubBasedPsiElementBase <Element2Stub > implements Element2 {
253
253
254
- public Element2Impl (@ NotNull Element2Stub stub , @ NotNull IStubElementType type ) {
254
+ public Element2Impl (@ NotNull Element2Stub stub , @ NotNull IStubElementType <?, ?> type ) {
255
255
super (stub , type );
256
256
}
257
257
@@ -299,7 +299,7 @@ public List<Element4> getElement4List() {
299
299
300
300
public class Element3Impl extends StubBasedPsiElementBase <Element3Stub > implements Element3 {
301
301
302
- public Element3Impl (@ NotNull Element3Stub stub , @ NotNull IStubElementType type ) {
302
+ public Element3Impl (@ NotNull Element3Stub stub , @ NotNull IStubElementType <?, ?> type ) {
303
303
super (stub , type );
304
304
}
305
305
@@ -347,7 +347,7 @@ public Element4 getElement4() {
347
347
348
348
public class Element4Impl extends StubBasedPsiElementBase <Element4Stub > implements Element4 {
349
349
350
- public Element4Impl (@ NotNull Element4Stub stub , @ NotNull IStubElementType type ) {
350
+ public Element4Impl (@ NotNull Element4Stub stub , @ NotNull IStubElementType <?, ?> type ) {
351
351
super (stub , type );
352
352
}
353
353
You can’t perform that action at this time.
0 commit comments