Skip to content

Commit

Permalink
Merge pull request junit-team#271 from stefanbirkner/issue89
Browse files Browse the repository at this point in the history
fixed issue junit-team#89 (wrong JavaDoc of Parameterized)
  • Loading branch information
dsaff committed Jul 22, 2011
2 parents b221845 + 1060320 commit f7ae09b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion acknowledgements.txt
Expand Up @@ -105,4 +105,7 @@
protected BlockJUnit4ClassRunner#rules method removed from 4.8.2 protected BlockJUnit4ClassRunner#rules method removed from 4.8.2


2011 Jul 06 2011 Jul 06
Stefan Birkner: Fixed wrong docomentation of ClassRule (github#254). Stefan Birkner: Fixed wrong docomentation of ClassRule (github#254).

2011 Jul 22
Andreas Köhler, Stefan Birkner: Fixed wrong documentation of Parameterized (github#89).
1 change: 0 additions & 1 deletion src/main/java/org/junit/runners/Parameterized.java
Expand Up @@ -31,7 +31,6 @@
* @Parameters * @Parameters
* public static List<Object[]> data() { * public static List<Object[]> data() {
* return Arrays.asList(new Object[][] { * return Arrays.asList(new Object[][] {
* Fibonacci,
* { { 0, 0 }, { 1, 1 }, { 2, 1 }, { 3, 2 }, { 4, 3 }, { 5, 5 }, * { { 0, 0 }, { 1, 1 }, { 2, 1 }, { 3, 2 }, { 4, 3 }, { 5, 5 },
* { 6, 8 } } }); * { 6, 8 } } });
* } * }
Expand Down

0 comments on commit f7ae09b

Please sign in to comment.