Skip to content

Commit

Permalink
Fix copy-n-paste errors in JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Apr 8, 2017
1 parent dc9666b commit 6164e68
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* declare comma-separated values (CSV) files from one or more classpath resources.
*
* <p>The lines of these CSV files are then provided as arguments to
* {@code @ParameterizedTest} methods using a {@code @CsvFileArgumentsProvider}.
* {@code @ParameterizedTest} methods using a {@code CsvFileArgumentsProvider}.
*
* @since 5.0
* @see org.junit.jupiter.params.provider.ArgumentsSource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* comma-separated values (CSV) from its {@link value} attribute.
*
* <p>These values are then provided as arguments to {@code @ParameterizedTest}
* methods using a {@code @CsvArgumentsProvider}.
* methods using a {@code CsvArgumentsProvider}.
*
* @since 5.0
* @see org.junit.jupiter.params.provider.ArgumentsSource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* annotation is used.
*
* <p>These values are then provided as arguments to {@code @ParameterizedTest}
* methods using a {@code @MethodArgumentsProvider}.
* methods using a {@code MethodArgumentsProvider}.
*
* @since 5.0
* @see org.junit.jupiter.params.provider.ArgumentsSource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* {@link #longs}, and {@link #doubles}.
*
* <p>These values are then provided as arguments to {@code @ParameterizedTest}
* methods using a {@code @ValueArgumentsProvider}.
* methods using a {@code ValueArgumentsProvider}.
*
* @since 5.0
* @see org.junit.jupiter.params.provider.ArgumentsSource
Expand Down

0 comments on commit 6164e68

Please sign in to comment.