Skip to content

Commit c508fc4

Browse files
committed
Merge pull request #1025 from marcphilipp/fix-jdk5-incompatibility
Fix Incompatibility with JDK5 source level
2 parents 304a03e + 5e2616a commit c508fc4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/java/org/junit/tests/experimental/rules/MethodRulesTest.java

-4
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,6 @@ public void useCustomMethodRule() {
294294

295295
public static class HasMethodReturningMethodRule {
296296
private MethodRule methodRule = new MethodRule() {
297-
298-
@Override
299297
public Statement apply(final Statement base, FrameworkMethod method, Object target) {
300298
return new Statement() {
301299

@@ -371,8 +369,6 @@ public static class CallsMethodReturningRuleOnlyOnce {
371369
int callCount = 0;
372370

373371
private static class Dummy implements MethodRule {
374-
375-
@Override
376372
public Statement apply(final Statement base, FrameworkMethod method, Object target) {
377373
return new Statement() {
378374

0 commit comments

Comments
 (0)