Skip to content

Commit 5ac29fc

Browse files
committed
fix typo
1 parent e94df5e commit 5ac29fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jabls/src/main/java/org/jabref/languageserver/util/LspDiagnosticHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)