Skip to content

Commit b5446a1

Browse files
committed
Don't overwhelm client with duplicate diagnostic messages
1 parent b4cc3bf commit b5446a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/handlers/BootJavaReconcileEngine.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ public synchronized void accept(ReconcileProblem problem) {
7979
}
8080
}
8181

82-
problemCollector.endCollecting();
83-
8482
// CompletableFuture<?>[] futures = Arrays.stream(javaReconcilers)
8583
// .map(jr -> CompletableFuture.runAsync(() -> jr.reconcile(project, doc, recolerProblemCollector)).exceptionally(t -> null))
8684
// .toArray(CompletableFuture[]::new);

0 commit comments

Comments
 (0)