Skip to content

Commit

Permalink
Merge pull request #45 from BraisGabin/patch-1
Browse files Browse the repository at this point in the history
Fix javadoc of getOtherAnnotations
  • Loading branch information
nymanjens authored Apr 29, 2024
2 parents 19a00a7 + 0510f11 commit 8147a14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public <A extends Annotation> A getOtherAnnotation(Class<A> annotationType) {
}

/**
* Returns the only annotation with the given type on the field or parameter that was annotated
* Returns all the annotations with the given type on the field or parameter that was annotated
* with @TestParameter.
*
* <p>For example, if the test code is as follows:
Expand Down

0 comments on commit 8147a14

Please sign in to comment.