Skip to content

Commit 64ab5c1

Browse files
Potential fix for pull request finding 'Missing Override annotation'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent bd64fb8 commit 64ab5c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ public CopilotClientOptions setUseLoggedInUser(Boolean useLoggedInUser) {
334334
*
335335
* @return a clone of this options instance
336336
*/
337+
@Override
337338
public CopilotClientOptions clone() {
338339
CopilotClientOptions copy = new CopilotClientOptions();
339340
copy.cliPath = this.cliPath;

0 commit comments

Comments
 (0)