From 0510f11da231e918b015428e72d0056ce65560f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brais=20Gab=C3=ADn?= Date: Mon, 29 Apr 2024 11:36:26 +0200 Subject: [PATCH] Fix javadoc of getOtherAnnotations --- .../testparameterinjector/TestParameterValuesProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 be7f1ede..3fc61986 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: