mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 00:38:56 +00:00
Merge pull request #590 from eclipse/sz_fixBackwardsCompatibility
Fixed backwards compatibility issue
This commit is contained in:
commit
1a50155b32
1 changed files with 4 additions and 0 deletions
|
@ -35,5 +35,9 @@ public abstract class AbstractContentAssistParser
|
|||
lexer.setCharStream(stream);
|
||||
return lexer;
|
||||
}
|
||||
|
||||
/* Abstract override is necessary to be backwards compatible due to generic signature in super class */
|
||||
@Override
|
||||
protected abstract AbstractInternalContentAssistParser createParser();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue