Skip to content

Commit

Permalink
Fix version in @API annotation for TestDescriptor.getAncestors()
Browse files Browse the repository at this point in the history
  • Loading branch information
juliette-derancourt committed Jun 29, 2023
1 parent 309a696 commit 607e028
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ default String getLegacyReportingName() {
*
* @see #getParent()
*/
@API(status = STABLE, since = "5.10")
@API(status = STABLE, since = "1.10")
default Set<? extends TestDescriptor> getAncestors() {
if (!getParent().isPresent()) {
return Collections.emptySet();
Expand Down

0 comments on commit 607e028

Please sign in to comment.