File tree Expand file tree Collapse file tree 2 files changed +1
-29
lines changed
spring-batch-test/src/main/java/org/springframework/batch/test Expand file tree Collapse file tree 2 files changed +1
-29
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2006-2010 the original author or authors.
2
+ * Copyright 2006-2021 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -107,20 +107,6 @@ public void afterTestMethod(TestContext testContext) throws Exception {
107
107
JobSynchronizationManager .close ();
108
108
}
109
109
}
110
-
111
- /*
112
- * Support for Spring 3.0 (empty).
113
- */
114
- @ Override
115
- public void afterTestClass (TestContext testContext ) throws Exception {
116
- }
117
-
118
- /*
119
- * Support for Spring 3.0 (empty).
120
- */
121
- @ Override
122
- public void beforeTestClass (TestContext testContext ) throws Exception {
123
- }
124
110
125
111
/**
126
112
* Discover a {@link JobExecution} as a field in the test case or create
Original file line number Diff line number Diff line change @@ -109,20 +109,6 @@ public void afterTestMethod(TestContext testContext) throws Exception {
109
109
StepSynchronizationManager .close ();
110
110
}
111
111
}
112
-
113
- /*
114
- * Support for Spring 3.0 (empty).
115
- */
116
- @ Override
117
- public void afterTestClass (TestContext testContext ) throws Exception {
118
- }
119
-
120
- /*
121
- * Support for Spring 3.0 (empty).
122
- */
123
- @ Override
124
- public void beforeTestClass (TestContext testContext ) throws Exception {
125
- }
126
112
127
113
/**
128
114
* Discover a {@link StepExecution} as a field in the test case or create
You can’t perform that action at this time.
0 commit comments