File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
jabls/src/main/java/org/jabref/languageserver/util Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public class LspDiagnosticHandler {
3131 private final LspIntegrityCheck lspIntegrityCheck ;
3232 private final LspConsistencyCheck lspConsistencyCheck ;
3333 private final LspClientHandler clientHandler ;
34- private final Map <String , List <Diagnostic >> integrityDiagnosticsCache ; // Maps file URIs to the according list of integrity diagnostics
35- private final Map <String , List <Diagnostic >> consistencyDiagnosticsCache ; // Maps file URIs to the according list of consistency diagnostics
34+ private final Map <String , List <Diagnostic >> integrityDiagnosticsCache ; // Maps file URIs to the corresponding list of integrity diagnostics
35+ private final Map <String , List <Diagnostic >> consistencyDiagnosticsCache ; // Maps file URIs to the corresponding list of consistency diagnostics
3636
3737 private LanguageClient client ;
3838
You can’t perform that action at this time.
0 commit comments