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 {
31
31
private final LspIntegrityCheck lspIntegrityCheck ;
32
32
private final LspConsistencyCheck lspConsistencyCheck ;
33
33
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
36
36
37
37
private LanguageClient client ;
38
38
You can’t perform that action at this time.
0 commit comments