Skip to content

Commit 83d43d6

Browse files
committed
BATCH-2686: Remove System.out statements from remote chunking sample
1 parent 10271e1 commit 83d43d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-batch-samples/src/test/java/org/springframework/batch/sample/RemoteChunkingJobFunctionalTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,10 @@ public class RemoteChunkingJobFunctionalTests {
7676
@Before
7777
public void setUp() {
7878
workerApplicationContext = new AnnotationConfigApplicationContext(WorkerConfiguration.class);
79-
System.out.println("Started a worker..");
8079
}
8180

8281
@After
8382
public void tearDown() {
84-
System.out.println("Stopping the worker..");
8583
workerApplicationContext.close();
8684
}
8785

0 commit comments

Comments
 (0)