diff --git a/junit4/src/main/java/com/google/testing/junit/testparameterinjector/TestParameterValuesProvider.java b/junit4/src/main/java/com/google/testing/junit/testparameterinjector/TestParameterValuesProvider.java index be7f1ed..3fc6198 100644 --- a/junit4/src/main/java/com/google/testing/junit/testparameterinjector/TestParameterValuesProvider.java +++ b/junit4/src/main/java/com/google/testing/junit/testparameterinjector/TestParameterValuesProvider.java @@ -102,7 +102,7 @@ public A getOtherAnnotation(Class 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. * *

For example, if the test code is as follows: