Skip to content

Commit

Permalink
Remove comment about type reference
Browse files Browse the repository at this point in the history
  • Loading branch information
angjordn committed Sep 14, 2024
1 parent a55c1d4 commit 4840a73
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
import com.fasterxml.jackson.annotation.JsonProperty;

public record ChatResult (
/*
* See referenced type https://github.com/aws/aws-toolkit-visual-studio-staging/blob/9ed86affe1027a7fd62fa40bf05d2e130aec47cc/vspackages/AmazonQ/AwsToolkit.AmazonQ.Shared/Chat/Lsp/Protocols/ChatServerProtocols.cs#L32-L51
*/
@JsonProperty("body") String body,
@JsonProperty("messageId") String messageId,
@JsonProperty("canBeVoted") Boolean canBeVoted,
Expand Down

0 comments on commit 4840a73

Please sign in to comment.