Skip to content

Commit 8147a14

Browse files
authored
Merge pull request #45 from BraisGabin/patch-1
Fix javadoc of getOtherAnnotations
2 parents 19a00a7 + 0510f11 commit 8147a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit4/src/main/java/com/google/testing/junit/testparameterinjector/TestParameterValuesProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public <A extends Annotation> A getOtherAnnotation(Class<A> annotationType) {
102102
}
103103

104104
/**
105-
* Returns the only annotation with the given type on the field or parameter that was annotated
105+
* Returns all the annotations with the given type on the field or parameter that was annotated
106106
* with @TestParameter.
107107
*
108108
* <p>For example, if the test code is as follows:

0 commit comments

Comments
 (0)