Skip to content

Commit

Permalink
Revert "Temporary fix (which breaks the LSP server) to prevent compil…
Browse files Browse the repository at this point in the history
…e errors in Eclipse"

This reverts commit ee19274.
  • Loading branch information
lhstrh committed Jan 19, 2022
1 parent b242a93 commit 9b1ba42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ public void end(String message) {
* @param notification
*/
private void notifyProgress(WorkDoneProgressNotification notification) {
client.notifyProgress(new ProgressParams(Either.forRight(token), Either.forLeft(notification)));
client.notifyProgress(new ProgressParams(Either.forRight(token), notification));
}
}

0 comments on commit 9b1ba42

Please sign in to comment.