Skip to content

Commit 063be94

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 7bbabef commit 063be94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ public CopilotClientOptions setUseLoggedInUser(Boolean useLoggedInUser) {
335335
* @return a clone of this options instance
336336
*/
337337
@Override
338-
@Override
339338
public CopilotClientOptions clone() {
340339
CopilotClientOptions copy = new CopilotClientOptions();
341340
copy.cliPath = this.cliPath;

0 commit comments

Comments
 (0)