mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[xtext][validation] Fix: invalid warning for package import in grammar
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=364522
This commit is contained in:
parent
56bb48b08c
commit
12c0c6ed49
1 changed files with 1 additions and 0 deletions
|
@ -421,6 +421,7 @@ public class XtextValidator extends AbstractDeclarativeValidator {
|
|||
nsURI);
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
checkExternalPackage(metamodel, text);
|
||||
|
|
Loading…
Reference in a new issue