mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Parser message bundled
This commit is contained in:
@@ -1086,7 +1086,7 @@ public class DeclarationParsing extends Parsing {
|
||||
|
||||
if (type == null) {
|
||||
type = ASTFactory.composite(JavaElementType.TYPE);
|
||||
param.rawAddChildren(Factory.createErrorElement("Parameter type missing"));
|
||||
param.rawAddChildren(Factory.createErrorElement(JavaErrorMessages.message("expected.type")));
|
||||
}
|
||||
|
||||
param.rawAddChildren(type);
|
||||
|
||||
Reference in New Issue
Block a user