Skip to content

Commit

Permalink
Fix javadoc of getOtherAnnotations
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisGabin authored Apr 29, 2024
1 parent 19a00a7 commit 0510f11
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 0510f11

Please sign in to comment.