mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[lsapi] Fixed compile error
This commit is contained in:
parent
cb4b4e15a6
commit
9bacee98a0
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class TextDocumentServiceImpl implements TextDocumentService {
|
|||
}
|
||||
}
|
||||
|
||||
private def Diagnostic toDiagnostic(Issue issue) {
|
||||
private def DiagnosticImpl toDiagnostic(Issue issue) {
|
||||
new DiagnosticImpl => [
|
||||
code = issue.code
|
||||
severity = switch issue.severity {
|
||||
|
|
Loading…
Reference in a new issue