Skip to content

Commit

Permalink
test: use GitHub issue annotation for types (#4346)
Browse files Browse the repository at this point in the history
  • Loading branch information
algomaster99 authored Dec 11, 2021
1 parent fd8060c commit 5f37751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/spoon/test/GitHubIssue.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@Target({ElementType.METHOD, ElementType.TYPE})
public @interface GitHubIssue {
int issueNumber();
}

0 comments on commit 5f37751

Please # to comment.