Minor: remove redundant toString override
This commit is contained in:
-5
@@ -26,9 +26,4 @@ public class PsiJetParameterListStubImpl extends StubBase<JetParameterList> impl
|
|||||||
public PsiJetParameterListStubImpl(StubElement parent) {
|
public PsiJetParameterListStubImpl(StubElement parent) {
|
||||||
super(parent, JetStubElementTypes.VALUE_PARAMETER_LIST);
|
super(parent, JetStubElementTypes.VALUE_PARAMETER_LIST);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public String toString() {
|
|
||||||
return "PsiJetParameterListStubImpl";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user