Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
angjordn committed Sep 26, 2024
1 parent 641e641 commit c4b955f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public final CompletableFuture<ConnectionMetadata> getConnectionMetadata() {

/*
* Handles the progress notifications received from the LSP server.
* - Process partial results for Chat messages if provided token is maintained by chatPartialResultManager
* - Process partial results for Chat messages if provided token is maintained by ChatCommunicationManager
* - Other notifications are ignored at this time.
*/
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

import software.aws.toolkits.eclipse.amazonq.providers.LspProvider;
import software.aws.toolkits.eclipse.amazonq.util.ClientMetadata;
import software.aws.toolkits.eclipse.amazonq.util.PluginLogger;

public class AmazonQLspServerBuilder extends Builder<AmazonQLspServer> {

Expand Down

0 comments on commit c4b955f

Please sign in to comment.