Skip to content

Commit

Permalink
Add "major" to all deprecation messages
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Sep 12, 2014
1 parent a57134e commit 4b78e6b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/junit/internal/runners/FailedBefore.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @deprecated Included for backwards compatibility with JUnit 4.4. Will be
* removed in the next release. Please use
* removed in the next major release. Please use
* {@link BlockJUnit4ClassRunner} in place of {@link JUnit4ClassRunner}.
*/
@Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@

/**
* @deprecated Included for backwards compatibility with JUnit 4.4. Will be
* removed in the next release. Please use
* removed in the next major release. Please use
* {@link BlockJUnit4ClassRunner} in place of {@link JUnit4ClassRunner}.
*
* This may disappear as soon as 1 April 2009
*/
@Deprecated
public class JUnit4ClassRunner extends Runner implements Filterable, Sortable {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/junit/internal/runners/MethodRoadie.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/**
* @deprecated Included for backwards compatibility with JUnit 4.4. Will be
* removed in the next release. Please use
* removed in the next major release. Please use
* {@link BlockJUnit4ClassRunner} in place of {@link JUnit4ClassRunner}.
*/
@Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

/**
* @deprecated Included for backwards compatibility with JUnit 4.4. Will be
* removed in the next release. Please use
* removed in the next major release. Please use
* {@link BlockJUnit4ClassRunner} in place of {@link JUnit4ClassRunner}.
*/
@Deprecated
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/junit/internal/runners/TestClass.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/**
* @deprecated Included for backwards compatibility with JUnit 4.4. Will be
* removed in the next release. Please use
* removed in the next major release. Please use
* {@link BlockJUnit4ClassRunner} in place of {@link JUnit4ClassRunner}.
*/
@Deprecated
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/junit/internal/runners/TestMethod.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

/**
* @deprecated Included for backwards compatibility with JUnit 4.4. Will be
* removed in the next release. Please use
* removed in the next major release. Please use
* {@link BlockJUnit4ClassRunner} in place of {@link JUnit4ClassRunner}.
*/
@Deprecated
Expand Down

0 comments on commit 4b78e6b

Please sign in to comment.