We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10271e1 commit 83d43d6Copy full SHA for 83d43d6
spring-batch-samples/src/test/java/org/springframework/batch/sample/RemoteChunkingJobFunctionalTests.java
@@ -76,12 +76,10 @@ public class RemoteChunkingJobFunctionalTests {
76
@Before
77
public void setUp() {
78
workerApplicationContext = new AnnotationConfigApplicationContext(WorkerConfiguration.class);
79
- System.out.println("Started a worker..");
80
}
81
82
@After
83
public void tearDown() {
84
- System.out.println("Stopping the worker..");
85
workerApplicationContext.close();
86
87
0 commit comments