mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[xtext][validation] Minor: Obsolete snippet in Javadoc
This commit is contained in:
parent
ed19dcf7bb
commit
c840b0c403
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ import com.google.inject.Injector;
|
|||
* @Check
|
||||
* void checkName(ParserRule rule) {
|
||||
* if (!toFirstUpper(rule.getName()).equals(rule.getName())) {
|
||||
* warning("Name should start with a capital.", XtextPackage.ABSTRACT_RULE__NAME);
|
||||
* warning("Name should start with a capital.", XtextPackage.Literals.ABSTRACT_RULE__NAME);
|
||||
* }
|
||||
* }
|
||||
* </pre>
|
||||
|
|
Loading…
Reference in a new issue