adapt to slightly refactored spring index language server definitions

This commit is contained in:
Martin Lippert
2023-05-10 18:53:54 +02:00
parent a3a83eb70a
commit 1045ec174b
2 changed files with 5 additions and 7 deletions

View File

@@ -622,7 +622,7 @@ public class STS4LanguageClientImpl extends LanguageClientImpl implements STS4La
}
@Override
public void modelUpdated() {
public void indexUpdated() {
}
}