Skip to content

Commit

Permalink
Merge pull request junit-team#1025 from marcphilipp/fix-jdk5-incompat…
Browse files Browse the repository at this point in the history
…ibility

Fix Incompatibility with JDK5 source level
  • Loading branch information
kcooney committed Nov 8, 2014
2 parents 304a03e + 5e2616a commit c508fc4
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -294,8 +294,6 @@ public void useCustomMethodRule() {

public static class HasMethodReturningMethodRule {
private MethodRule methodRule = new MethodRule() {

@Override
public Statement apply(final Statement base, FrameworkMethod method, Object target) {
return new Statement() {

Expand Down Expand Up @@ -371,8 +369,6 @@ public static class CallsMethodReturningRuleOnlyOnce {
int callCount = 0;

private static class Dummy implements MethodRule {

@Override
public Statement apply(final Statement base, FrameworkMethod method, Object target) {
return new Statement() {

Expand Down

0 comments on commit c508fc4

Please sign in to comment.