Skip to content

Commit 9cf4a6c

Browse files
committed
TestParametersValuesProvider: Update javadoc now that TestParameters.TestParametersValuesProvider has been deprecated
1 parent e68d3f1 commit 9cf4a6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
/**
2727
* Abstract class for custom providers of @TestParameters values.
2828
*
29-
* <p>This is a replacement for {@link TestParameters.TestParametersValuesProvider}, which will soon
30-
* be deprecated. The difference with the former interface is that this class provides a {@code
29+
* <p>This is a replacement for {@link TestParameters.TestParametersValuesProvider}, which is
30+
* deprecated. The difference with the former interface is that this class provides a {@code
3131
* Context} instance when invoking {@link #provideValues}.
3232
*/
3333
public abstract class TestParametersValuesProvider

junit5/src/main/java/com/google/testing/junit/testparameterinjector/junit5/TestParametersValuesProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
/**
2727
* Abstract class for custom providers of @TestParameters values.
2828
*
29-
* <p>This is a replacement for {@link TestParameters.TestParametersValuesProvider}, which will soon
30-
* be deprecated. The difference with the former interface is that this class provides a {@code
29+
* <p>This is a replacement for {@link TestParameters.TestParametersValuesProvider}, which is
30+
* deprecated. The difference with the former interface is that this class provides a {@code
3131
* Context} instance when invoking {@link #provideValues}.
3232
*/
3333
public abstract class TestParametersValuesProvider

0 commit comments

Comments
 (0)