diff --git a/spring-batch-test/src/main/java/org/springframework/batch/test/JobScopeTestExecutionListener.java b/spring-batch-test/src/main/java/org/springframework/batch/test/JobScopeTestExecutionListener.java index e7855637c7..03e3816076 100644 --- a/spring-batch-test/src/main/java/org/springframework/batch/test/JobScopeTestExecutionListener.java +++ b/spring-batch-test/src/main/java/org/springframework/batch/test/JobScopeTestExecutionListener.java @@ -107,20 +107,6 @@ public void afterTestMethod(TestContext testContext) throws Exception { JobSynchronizationManager.close(); } } - - /* - * Support for Spring 3.0 (empty). - */ - @Override - public void afterTestClass(TestContext testContext) throws Exception { - } - - /* - * Support for Spring 3.0 (empty). - */ - @Override - public void beforeTestClass(TestContext testContext) throws Exception { - } /** * Discover a {@link JobExecution} as a field in the test case or create diff --git a/spring-batch-test/src/main/java/org/springframework/batch/test/StepScopeTestExecutionListener.java b/spring-batch-test/src/main/java/org/springframework/batch/test/StepScopeTestExecutionListener.java index 7a08e5b3e0..a6f78b7d3a 100644 --- a/spring-batch-test/src/main/java/org/springframework/batch/test/StepScopeTestExecutionListener.java +++ b/spring-batch-test/src/main/java/org/springframework/batch/test/StepScopeTestExecutionListener.java @@ -119,20 +119,6 @@ public void afterTestMethod(TestContext testContext) throws Exception { StepSynchronizationManager.close(); } } - - /* - * Support for Spring 3.0 (empty). - */ - @Override - public void afterTestClass(TestContext testContext) throws Exception { - } - - /* - * Support for Spring 3.0 (empty). - */ - @Override - public void beforeTestClass(TestContext testContext) throws Exception { - } /** * Discover a {@link StepExecution} as a field in the test case or create