Skip to content

Commit 14b6672

Browse files
Add 'Missing Override annotation'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 727e767 commit 14b6672

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/github/copilot/sdk/json/BlobAttachment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public final class BlobAttachment implements MessageAttachment {
4545
*
4646
* @return {@code "blob"}
4747
*/
48+
@Override
4849
public String getType() {
4950
return type;
5051
}

0 commit comments

Comments
 (0)